We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FYI, I found a way to build the library for python3 in Ubuntu 22.04:
The text was updated successfully, but these errors were encountered: