From: Andreas Fink Date: Sun, 13 Jun 2010 08:19:07 +0000 (+0000) Subject: *add* added a minimalistic INSTALL description (lazy people like I am do not check... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=commitdiff_plain;h=4397d05345ef018884ebb8f52bf5332c086c570e *add* added a minimalistic INSTALL description (lazy people like I am do not check the wiki) --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..6793c98 --- /dev/null +++ b/INSTALL @@ -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 ../' +