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:
James Gates
2021-09-08 13:47:23 -05:00
parent 9c97597298
commit 339252c3a1

View File

@@ -116,9 +116,15 @@ Then to install the C library:
```
git clone https://github.com/openvenues/libpostal
cd libpostal
# skip if installing for the first time
make distclean
./bootstrap.sh
# omit --datadir flag to install data in current directory
./configure --datadir=[...some dir with a few GB of space...]
make -j4
sudo make install