Modyfied install steps with notes that worked for me.
Thanks for the porject, everyone. I just went through the install process and thought maybe the mac directions could use a tiny bit of clarification. I'm by no means familiar enough with the project to know if this is the best way to convey my experience but I figured I'd give it a shot and maybe it will help someone in the future.
This commit is contained in:
@@ -116,9 +116,15 @@ Then to install the C library:
|
|||||||
```
|
```
|
||||||
git clone https://github.com/openvenues/libpostal
|
git clone https://github.com/openvenues/libpostal
|
||||||
cd libpostal
|
cd libpostal
|
||||||
|
|
||||||
|
# skip if installing for the first time
|
||||||
make distclean
|
make distclean
|
||||||
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|
||||||
|
# omit --datadir flag to install data in current directory
|
||||||
./configure --datadir=[...some dir with a few GB of space...]
|
./configure --datadir=[...some dir with a few GB of space...]
|
||||||
|
|
||||||
make -j4
|
make -j4
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user