-
-
Save indykish/e91583878f4901f72735e27617b5e089 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) | |
# For Ubuntu only | |
apt-get install autotools-dev | |
git clone https://github.com/openvenues/libpostal | |
cd libpostal | |
./bootstrap.sh | |
./configure | |
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
pip install postal