From 5739a2ecbcab2481f79fad371f22e2580223412d Mon Sep 17 00:00:00 2001 From: "Andreas.Fink85" Date: Sun, 13 Jun 2010 08:19:07 +0000 Subject: [PATCH] *add* added a minimalistic INSTALL description (lazy people like I am do not check the wiki) git-svn-id: http://tint2.googlecode.com/svn/trunk@493 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 INSTALL 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 ../' +