]> Dogcows Code - chaz/tint2/blob - INSTALL.txt
add missing battery config CPP guard
[chaz/tint2] / INSTALL.txt
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.030761 seconds and 4 git commands to generate.