]> Dogcows Code - chaz/tint2/blob - INSTALL
6793c98538f5ebc5e147dbdfdd4a0c9cc3bcdb6c
[chaz/tint2] / INSTALL
1 To build and install tint2 you need CMake.
2 These steps should be enough for building tint2:
3
4 mkdir build
5 cd build
6 cmake -DCMAKE_INSTALL_PREFIX=/usr ../
7 make
8 sudo make install
9
10 To see additional options you can do after the cmake step a 'cmake -L ../'
11
This page took 0.040404 seconds and 3 git commands to generate.