summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-09-16 22:08:03 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-09-16 22:08:03 +0000
commit7b84ab4b71997373fb6b62fb86a1ef3f7032d645 (patch)
treee0c818311be09f32b31e83476938f9a54f61acaf /INSTALL
parentc65666181290f0a4285893cf1c2d95be3eb8132e (diff)
downloadweechat-7b84ab4b71997373fb6b62fb86a1ef3f7032d645.zip
Added some options for ./configure script
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 18fc8e0d8..4dad40a59 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,9 +2,11 @@ WeeChat - Installation instructions
===================================
1) Run './configure'
- options: --disable-curses : do not build Curses interface
+ options: --enble-perl : enable Perl scripts
+ --disable-curses : do not build Curses interface
--enable-gtk : build Gtk+ interface (under development!)
--enable-qt : build Qt interface (not developed!)
+ --with-debug : 1 for debug compilation, 2 for debug messages
2) Run 'make'
@@ -12,4 +14,4 @@ WeeChat - Installation instructions
4) Enjoy ! :-)
-See AUTHORS for any support, feel free to contact us for any problem ;)
+See AUTHORS for support, feel free to contact us for any problem ;)