From 6a2633515808268ac408136e798197d94911283d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 21 Dec 2010 15:07:42 +0100 Subject: doc: Some fixes for linking howto. --- doc/linking.dox | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc') 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. */ -- cgit v1.2.3