Files
libssh2/README.md
T
Anatoliy Belsky 14cdfc7337 added README.md
2012-09-18 13:16:27 +02:00

10 lines
338 B
Markdown

# 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