License: see COPYING Source code: https://github.com/libssh2/libssh2 Web site source code: https://github.com/libssh2/www Installation instructions are in docs/INSTALL ======= To build libssh2 you will need CMake v2.8 or later [1] and one of the following cryptography libraries: * OpenSSL * Libgcrypt * WinCNG * mbedTLS Getting started --------------- If you are happy with the default options, make a new build directory, change to it, configure the build environment and build the project: ``` mkdir bin cd bin cmake .. cmake --build . ``` libssh2 will be built as a static library and will use any cryptography library available. The library binary will be put in `bin/src`, with the examples in `bin/example` and the tests in `bin/tests`. Customising the build --------------------- Of course, you might want to customise the build options. You can pass the options to CMake on the command line: cmake -D