Improve CMake script: allow to force Python 2 or Python 3, also allows to build both Python 2 and Python 3 bindings
Add support for the Conan packaging system, for now the only binaries available are Python 2.7/3.5 on Ubuntu 16.04. Other platforms only have the source recipe available
Add support for Appveyor to check the bindings build on Windows
Note: the CMake script does not run pip install -r requirements.txt anymore as this ignores the system packages
Note: the packages on the multi-contact-unstable PPA have been updated as well, we now have packages for all the current LTS (i.e. 14.04, 16.04 and 18.04)
This PR makes the following change:
Note: the CMake script does not run
pip install -r requirements.txt
anymore as this ignores the system packagesNote: the packages on the multi-contact-unstable PPA have been updated as well, we now have packages for all the current LTS (i.e. 14.04, 16.04 and 18.04)