weechat/INSTALL
Sebastien Helleu 338e460be9 Updated file
2003-10-26 23:36:10 +00:00

16 lines
432 B
Plaintext

WeeChat - Installation instructions
===================================
1) Run './configure'
options: --disable-curses : do not build Curses interface
--enable-gtk : build Gtk+ interface (under development!)
--enable-qt : build Qt interface (not developed!)
2) Run 'make'
3) As root, run 'make install'
4) Enjoy ! :-)
See AUTHORS for any support, feel free to contact us for any problem ;)