diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-16 22:08:03 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-16 22:08:03 +0000 |
commit | 7b84ab4b71997373fb6b62fb86a1ef3f7032d645 (patch) | |
tree | e0c818311be09f32b31e83476938f9a54f61acaf | |
parent | c65666181290f0a4285893cf1c2d95be3eb8132e (diff) | |
download | weechat-7b84ab4b71997373fb6b62fb86a1ef3f7032d645.zip |
Added some options for ./configure script
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | weechat/INSTALL | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -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 ;) diff --git a/weechat/INSTALL b/weechat/INSTALL index 18fc8e0d8..4dad40a59 100644 --- a/weechat/INSTALL +++ b/weechat/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 ;) |