-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
libssh & libzip compilation
David Mansolino edited this page Nov 7, 2018
·
3 revisions
This page explains how to recompile the libssh and libzip dependencies on every platforms.
You need to have python 2.7, cmake, git and perl (Windows: see http://strawberryperl.com/)
python ~/develop/webots/src/install_scripts/zlib_installer.py --install
python ~/develop/webots/src/install_scripts/libssh_installer.py --install
python ~/develop/webots/src/install_scripts/libzip_installer.py --install
The libzip and libssh packages don't need to be compiled/installed as they are included in MSYS2.
cd ~/develop/webots
tar -cvSjf libssh.tar.bz2 include/libssh/libssh/*.h lib/*ssh.*
tar -cvSjf libzip.tar.bz2 include/libzip/*.h lib/*zip.*