Skip to content

Instantly share code, notes, and snippets.

@dmpeters
Last active October 15, 2018 01:11
Show Gist options
  • Save dmpeters/4545031 to your computer and use it in GitHub Desktop.
Save dmpeters/4545031 to your computer and use it in GitHub Desktop.
librets ubuntu recipe
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
@dmpeters
Copy link
Author

see this for updated python binding instructions https://gist.github.com/dmpeters/2e5a968ce78953fc66c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment