*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
This commit is contained in:
parent
4c24d6fb04
commit
5739a2ecbc
1 changed files with 11 additions and 0 deletions
11
INSTALL
Normal file
11
INSTALL
Normal file
|
@ -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 ../'
|
||||
|
Loading…
Reference in a new issue