summaryrefslogtreecommitdiffstats
path: root/lskat/README
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitc90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch)
tree6d8391395bce9eaea4ad78958617edb20c6a7573 /lskat/README
downloadtdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz
tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lskat/README')
-rw-r--r--lskat/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/lskat/README b/lskat/README
new file mode 100644
index 00000000..08a01e00
--- /dev/null
+++ b/lskat/README
@@ -0,0 +1,33 @@
+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 lskat-0.9.tar.gz
+
+# build the package
+cd lskat-0.9
+./configure
+# or if KDE is in /opt/kde2
+./configure --prefix=/opt/kde2
+make
+
+# become superuser for installing
+su -c 'make install'
+
+DECKS:
+
+ You can use up to 6 own carddecks. Simply put into
+ the grafichs directory resp the lskatpic.taz archive
+ BMP graphics of the size 72x96, named deck1.bmp ..
+ deck6.bmp
+