summaryrefslogtreecommitdiffstats
path: root/twin4/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 21:50:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 21:50:33 -0600
commita1966f0f2ceedaa54544b76dd22aa80896d7b4b3 (patch)
tree889048788b625253a81ccfe4b16c1d7cd3c8deb6 /twin4/README
parentcbf01c9f46601b83b66e9d6a78b3a71753aaaf11 (diff)
downloadtdegames-a1966f0f2ceedaa54544b76dd22aa80896d7b4b3.tar.gz
tdegames-a1966f0f2ceedaa54544b76dd22aa80896d7b4b3.zip
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'twin4/README')
-rw-r--r--twin4/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/twin4/README b/twin4/README
new file mode 100644
index 00000000..9f2dc592
--- /dev/null
+++ b/twin4/README
@@ -0,0 +1,26 @@
+GENERAL NOTE:
+
+ This is a small KDE 2.0 game, I wrote to practise
+ programming in KDE.
+ It should work quite stable. But if you find any bugs
+ please contact me.
+ It would be also nice to give me some general feedback
+ about the program, so that it can be approved or it
+ can be considered in other programs.
+ (Email: martin@heni-online.de)
+
+INSTALLATION:
+
+# unpack the archive
+tar xzf twin4-0.9.tar.gz
+
+# build the package
+cd twin4-0.9
+./configure
+# or if KDE is in /opt/kde2
+./configure --prefix=/opt/kde2
+make
+
+# become superuser for installing
+su -c 'make install'
+