mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-05 20:55:46 +03:00
doc: More linking details.
This commit is contained in:
@@ -17,6 +17,10 @@ On UNIX systems linking against the static version of the library is the
|
|||||||
same as linking against the shared library. Both have the same name. Some
|
same as linking against the shared library. Both have the same name. Some
|
||||||
build system require to use the full path to the static library.
|
build system require to use the full path to the static library.
|
||||||
|
|
||||||
|
Shared: -lssh
|
||||||
|
|
||||||
|
Static: -static -lssh
|
||||||
|
|
||||||
On Windows you need to define LIBSSH_STATIC in the compiler command line
|
On Windows you need to define LIBSSH_STATIC in the compiler command line
|
||||||
This is required cause the dynamic library needs to specify the dllimport
|
This is required cause the dynamic library needs to specify the dllimport
|
||||||
attribute.
|
attribute.
|
||||||
|
Reference in New Issue
Block a user