weechat/INSTALL
Sebastien Helleu 9eeece2ccb Fixed typo
2004-12-22 01:16:27 +00:00

18 lines
556 B
Plaintext

WeeChat - Installation instructions
===================================
1) Run './configure'
options: --enable-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'
3) As root, run 'make install'
4) Enjoy ! :-)
See AUTHORS for support, feel free to contact us for any problem ;)