diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 21:50:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 21:50:33 -0600 |
commit | a1966f0f2ceedaa54544b76dd22aa80896d7b4b3 (patch) | |
tree | 889048788b625253a81ccfe4b16c1d7cd3c8deb6 /kwin4/README | |
parent | cbf01c9f46601b83b66e9d6a78b3a71753aaaf11 (diff) | |
download | tdegames-a1966f0f2ceedaa54544b76dd22aa80896d7b4b3.tar.gz tdegames-a1966f0f2ceedaa54544b76dd22aa80896d7b4b3.zip |
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'kwin4/README')
-rw-r--r-- | kwin4/README | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/kwin4/README b/kwin4/README deleted file mode 100644 index 9f2dc592..00000000 --- a/kwin4/README +++ /dev/null @@ -1,26 +0,0 @@ -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: [email protected]) - -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' - |