mirror of
https://github.com/php-win-ext/libssh2.git
synced 2026-04-29 03:33:08 +02:00
10 lines
338 B
Markdown
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 |