weechat/INSTALL

18 lines
556 B
Plaintext
Raw Normal View History

2003-09-27 10:01:11 +00:00
WeeChat - Installation instructions
===================================
1) Run './configure'
options: --enble-perl : enable Perl scripts
--disable-curses : do not build Curses interface
2003-10-26 23:36:10 +00:00
--enable-gtk : build Gtk+ interface (under development!)
--enable-qt : build Qt interface (not developed!)
--with-debug : 1 for debug compilation, 2 for debug messages
2003-09-27 10:01:11 +00:00
2) Run 'make'
2003-09-27 10:01:11 +00:00
3) As root, run 'make install'
4) Enjoy ! :-)
2003-09-27 10:01:11 +00:00
See AUTHORS for support, feel free to contact us for any problem ;)