]> Dogcows Code - chaz/tint2/commitdiff
*add* added a minimalistic INSTALL description (lazy people like I am do not check...
authorAndreas Fink <andreas.fink85@googlemail.com>
Sun, 13 Jun 2010 08:19:07 +0000 (08:19 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Sun, 13 Jun 2010 08:19:07 +0000 (08:19 +0000)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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 ../'
+
This page took 0.020286 seconds and 4 git commands to generate.