2010-06-13 08:19:07 +00:00
|
|
|
To build and install tint2 you need CMake.
|
|
|
|
These steps should be enough for building tint2:
|
|
|
|
|
|
|
|
mkdir build
|
|
|
|
cd build
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
|
|
|
|
make
|
|
|
|
sudo make install
|
|
|
|
|
2015-07-05 09:23:57 +00:00
|
|
|
To see additional options you can set at the 'cmake' step, run 'cmake -L ../'
|