Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building 1.6.6 in Ubuntu 22.04 with Python 3.10 #103

Open
digitalengineering opened this issue Dec 22, 2022 · 0 comments
Open

Building 1.6.6 in Ubuntu 22.04 with Python 3.10 #103

digitalengineering opened this issue Dec 22, 2022 · 0 comments

Comments

@digitalengineering
Copy link

digitalengineering commented Dec 22, 2022

FYI, I found a way to build the library for python3 in Ubuntu 22.04:

wget https://github.com/NationalAssociationOfRealtors/libRETS/archive/1.6.6.tar.gz
tar xzf 1.6.6.tar.gz
cd libRETS-1.6.6
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
autoupdate
./autogen.sh
./configure --disable-perl --disable-ruby --disable-java --disable-php --disable-node.js --disable-sql-compiler
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant