mirror of
https://github.com/php-win-ext/libssh2.git
synced 2026-03-24 17:12:15 +01:00
338 B
338 B
libssh2
libssh2 is a client-side C library implementing the SSH2 protocol.
Building for PHP
libssh2 depends on openssl and zlib. To build follow these steps:
- create a directory named "deps" inside the root of libssh2 source tree and put the dependencies there
- use win32/libssh2.vcproj to build the libssh2 with VS2008