Skip to content

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.

Linux or Mac OS X

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

Windows

The libzip and libssh packages don't need to be compiled/installed as they are included in MSYS2.

Package creation

cd ~/develop/webots
tar -cvSjf libssh.tar.bz2 include/libssh/libssh/*.h lib/*ssh.*
tar -cvSjf libzip.tar.bz2 include/libzip/*.h lib/*zip.*
Clone this wiki locally