diff options
author | Timo Sirainen <cras@irssi.org> | 1999-11-28 17:50:17 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-11-28 17:50:17 +0000 |
commit | b670cec847275e2351f229530354db2c21ce63da (patch) | |
tree | d516d0dce24a1a8f20da312e84c7fecf96837327 /README | |
parent | 1a64ce1709c47611611326442a900bb3ee9773c3 (diff) | |
download | irssi-b670cec847275e2351f229530354db2c21ce63da.zip |
MySQL plugin is only build with using --with-mysql[=yes|=dir]
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@92 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -69,10 +69,12 @@ Configure can use these parameters (all of these defaults to yes): --with-proplist=dir Specify libPropList directory --with-servertest Build test irc server which you can use to try crash irc clients + --with-socks Build with socks library + --with-mysql=dir Build with mysql plugin --without-gnome Build without GNOME libraries --without-gnome-panel Build without GNOME panel - --without-imlib Build without Imlib library - --without-socks Build without socks library + --without-imlib Build without Imlib library (you can use only .xpm + files as backgrounds) --without-textui Build without text mode version --without-bot Build without irssibot --enable-memdebug Enable memory debugging, great for finding memory |