Mercurial > pidgin
diff src/protocols/silc/README @ 12167:5851a9219bc7
[gaim-migrate @ 14468]
Some SILC fixes from Pekka for whiteboard support, preferences, and
documentation. Let's hear a big thanks to Pekka for keeping up with
this stuff!
Enclosed patch fixes couple crashbugs from the SILC whiteboard code,
fixes the preferences (which are not used anymore in Gaim) by
eliminating some of the old preferences and moving some of the
preferences to account options, and introduces Create SILC Key Pair
protocol action which can be used to generate new SILC key pair from
Gaim.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 20 Nov 2005 00:59:36 +0000 |
parents | 50d0f76639e7 |
children |
line wrap: on
line diff
--- a/src/protocols/silc/README Sat Nov 19 18:09:51 2005 +0000 +++ b/src/protocols/silc/README Sun Nov 20 00:59:36 2005 +0000 @@ -9,7 +9,7 @@ To include the SILC into Gaim, one needs to first compile and install the SILC Toolkit. It is done as follows: - ./configure --enable-shared --without-silcd --without-irssi + ./configure --enable-shared make make install @@ -18,7 +18,11 @@ /usr/local/silc directory. Once the Toolkit is installed one needs to tell for the Gaim ./configure -script where the SILC Toolkit is located. It is done as follows: +script where the SILC Toolkit is located. It is done as simply as: + + ./configure + +if pkg-config is installed in your system. If it is isn't it's done as: ./configure --with-silc-libs=/path/to/silc/lib --with-silc-includes=/path/to/silc/include