[fix] Note about ldconfig

This commit is contained in:
Al
2015-12-16 00:48:22 -05:00
parent ef941a6634
commit 3e44910664

View File

@@ -178,6 +178,9 @@ cd libpostal
./configure --datadir=[...some dir with a few GB of space...]
make
sudo make install
# On Linux it's probably a good idea to run
sudo ldconfig
```
To install via Python, you should first install the C library and then run: