Skip to content

Commit

Permalink
clone libpostal
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent 6a53023 commit fc4aeb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install_libpostal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ elif [ "$OS" = "Darwin" ]; then
brew install curl autoconf automake libtool pkg-config
fi

cd $1
git clone https://github.com/openvenues/libpostal
cd libpostal
git checkout tags/v1.1
./bootstrap.sh
./configure --datadir=/tmp/libpostal_data_files --disable-data-download --disable-sse2
make -j4
sudo make install
make install

if [ "$OS" = "Linux" ]; then
sudo ldconfig
Expand Down

0 comments on commit fc4aeb9

Please sign in to comment.