Last active
August 24, 2022 06:46
-
-
Save albarrentine/b0b0e27c61856d045bea to your computer and use it in GitHub Desktop.
libpostal installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pre-requisites: steps provided for Mac and Debian/Ubuntu | |
# 1. Install autotools if you don't have it already | |
# Mac: brew install autoconf automake libtool | |
# Ubuntu: apt-get install autotools-dev | |
# 2. Install snappy | |
# Mac: brew install snappy | |
# Ubuntu: apt-get install libsnappy-dev) | |
git clone https://github.com/openvenues/libpostal | |
cd libpostal | |
./bootstrap.sh | |
./configure --datadir=[...some dir that has > 10 GB of space...] | |
make | |
sudo make install | |
# Linux: may want to run "sudo ldconfig" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment