Skip to content

Building 1.6.6 in Ubuntu 22.04 with Python 3.10 #103

@digitalengineering

Description

@digitalengineering

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions