Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > ffb2e417c601ec5ac568da90066dc6c1 > files > 9

tint2-0.11-2.fc13.i686.rpm

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

To see additional options you can do after the cmake step a 'cmake -L ../'