Last active
October 15, 2018 01:11
-
-
Save dmpeters/4545031 to your computer and use it in GitHub Desktop.
librets ubuntu recipe
This file contains hidden or 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
spin up vagrant precise64 | |
sudo apt-get update && sudo apt-get install build-essential | |
### librets | |
sudo apt-get install libexpat1-dev libcurl3-dev libboost-dev libboost-filesystem-dev antlr antlr3 libantlr-dev swig libboost-program-options-dev python-dev | |
wget http://www.crt.realtors.org/projects/rets/librets/files/librets-1.5.3.tar.gz | |
tar xzf librets-1.5.3.tar.gz | |
./configure --disable-perl --disable-ruby --disable-java --disable-dotnet --disable-php --enable-shared_dependencies | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see this for updated python binding instructions https://gist.github.com/dmpeters/2e5a968ce78953fc66c2