weechat/INSTALL

21 lines
566 B
Plaintext
Raw Normal View History

2003-09-27 10:01:11 +00:00
WeeChat - Installation instructions
===================================
2008-03-15 20:53:41 +01:00
You can build WeeChat with autotools or cmake.
2003-09-27 10:01:11 +00:00
2008-03-15 20:53:41 +01:00
- with autotools:
./autogen.sh (for cloned git repository only)
./configure ("./configure --help" for options)
make
make install (as root for installation in system directories)
2003-09-27 10:01:11 +00:00
2008-03-15 20:53:41 +01:00
- with cmake:
mkdir build
cd build
cmake .. ("ccmake .." for options)
make
make install (as root for installation in system directories)
2003-09-27 10:01:11 +00:00
2006-02-11 10:10:26 +00:00
See AUTHORS for support, feel free to contact us for any problem.