Skip to content

Building on Ubuntu Linux

Mark Lesswing edited this page Mar 7, 2017 · 1 revision

From Chandler Prall:

The following are the steps I took to compile and install libRETS 1.3.1 on Ubuntu 8.10. This compiles for Python2.5 support only. Additional packages may be required to support Java, Perl, etc. Also, you'll need to remove the --disable-* switches when you ./configure if you want that support.

Download libRETS package from web: http://www.crt.realtors.org/projects/rets/librets/files/librets-1.3.1.tar.gz gunzip gz file and extract tar Check for / apt-get dependencies

ln -s /usr/bin/runantlr /usr/bin/antlr cd into libRETS-1.3.1 directory ./configure --enable-shared_dependencies --enable-depends --disable-java --disable-perl --disable-php --enable-PIC PYTHON=/usr/bin/python make make install