X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=INSTALL.txt;fp=INSTALL.txt;h=6793c98538f5ebc5e147dbdfdd4a0c9cc3bcdb6c;hb=24ffbfe3bcddbfcea1c6447cf9ac75522af35353;hp=0000000000000000000000000000000000000000;hpb=764ebbbcb822ef7f978cb91cdd1f435cd0c423d4;p=chaz%2Ftint2 diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..6793c98 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,11 @@ +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 ../' +