summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 18fc8e0d88d57f35702b90e0dcc2ed219a48bd5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 ;)