[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libssh as static lib
[Thread Prev] | [Thread Next]
- Subject: Re: libssh as static lib
- From: Andreas Schneider <mail@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 19 Jul 2009 21:45:03 +0200
- To: libssh@xxxxxxxxxx
On Sunday 19 July 2009 16:20:36 Rami Fernandes wrote: > Hi all, Hi, > > I'm new with libssh. It seems that libssh is what I need, and I would like > to use it in my project (win32 environment). I would like to add it to my > project as static library and not dynamic library, is it possible? I > installed libssh.exe and I saw there the file 'libssh.a', what is that > file, Is it what I need (is it like *.lib file?) yes, it is. This is the static libary. You know that if you link your code statically with libssh you have to release *your* work under LGPL too. You don't have to do this if you link dynamically. See http://www.gnu.org/licenses/lgpl-2.1.html Cheers, -- andreas
Attachment:
signature.asc
Description: This is a digitally signed message part.
Re: libssh as static lib | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
libssh as static lib | Rami Fernandes <ramif@xxxxxxxxxxxxxx> |