21 lines
566 B
Plaintext
21 lines
566 B
Plaintext
WeeChat - Installation instructions
|
|
===================================
|
|
|
|
You can build WeeChat with autotools or cmake.
|
|
|
|
- with autotools:
|
|
./autogen.sh (for cloned git repository only)
|
|
./configure ("./configure --help" for options)
|
|
make
|
|
make install (as root for installation in system directories)
|
|
|
|
- with cmake:
|
|
mkdir build
|
|
cd build
|
|
cmake .. ("ccmake .." for options)
|
|
make
|
|
make install (as root for installation in system directories)
|
|
|
|
|
|
See AUTHORS for support, feel free to contact us for any problem.
|