Merge pull request #605 from openvenues/install-docs

Makefile is not available until after configure
This commit is contained in:
Peter Johnson
2022-10-29 03:16:12 +13:00
committed by GitHub

View File

@@ -116,9 +116,9 @@ Then to install the C library:
```
git clone https://github.com/openvenues/libpostal
cd libpostal
make distclean
./bootstrap.sh
./configure --datadir=[...some dir with a few GB of space...]
make distclean
make -j4
sudo make install