]> Dogcows Code - chaz/tint2/blobdiff - INSTALL.txt
mv INSTALL to INSTALL.txt because autoconf generated some INSTALL files which makes...
[chaz/tint2] / INSTALL.txt
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644 (file)
index 0000000..6793c98
--- /dev/null
@@ -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.021778 seconds and 4 git commands to generate.