Python3¶
Installation¶
- Make sure you are running a variant of python3 (Only 3.4.1 has been tested so far)
python --version
- Get python3 compatible libavg-version on github
git clone https://github.com/libavg/libavg.git git checkout -t origin/features/python3
(forks and improvments are very welcome) - Make sure to load the proper boost-python libs
export BOOST_PYTHON_LIBS="-lboost_python3"
- Configure, Compile and check
pip install six ./bootstrap ./configure make make install make check