aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-21 15:07:42 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-21 15:07:42 +0100
commit6a2633515808268ac408136e798197d94911283d (patch)
tree48507514e54b18b6a506cf4a4a793a015cfcae3b /doc
parent256e88690d8d49d18dafb63b1f0b89b7111b7cb1 (diff)
downloadlibssh-6a2633515808268ac408136e798197d94911283d.tar.gz
libssh-6a2633515808268ac408136e798197d94911283d.tar.xz
libssh-6a2633515808268ac408136e798197d94911283d.zip
doc: Some fixes for linking howto.
Diffstat (limited to 'doc')
-rw-r--r--doc/linking.dox10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/linking.dox b/doc/linking.dox
index c66c4d10..b721f74b 100644
--- a/doc/linking.dox
+++ b/doc/linking.dox
@@ -17,12 +17,8 @@ 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
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
-This is required cause the dynamic library needs to specify the dllimport
-attribute.
+@note 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 attribute.
*/