You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/twin4
Slávek Banko 291c375686
Additional k => tde renaming and fixes
11 years ago
..
grafix Change TWin4 background to eliminate moire effect. 12 years ago
twin4 Additional k => tde renaming and fixes 11 years ago
AUTHORS Rename kwin to twin (Part 2 of 2) 13 years ago
COPYING Rename kwin to twin (Part 2 of 2) 13 years ago
INSTALL Rename kwin to twin (Part 2 of 2) 13 years ago
Makefile.am Rename kwin to twin (Part 2 of 2) 13 years ago
README Rename kwin to twin (Part 2 of 2) 13 years ago
hi16-app-twin4.png Rename kwin to twin (Part 2 of 2) 13 years ago
hi22-app-twin4.png Rename kwin to twin (Part 2 of 2) 13 years ago
hi32-app-twin4.png Rename kwin to twin (Part 2 of 2) 13 years ago
hi48-app-twin4.png Rename kwin to twin (Part 2 of 2) 13 years ago
hi64-app-twin4.png Rename kwin to twin (Part 2 of 2) 13 years ago
hi128-app-twin4.png Rename kwin to twin (Part 2 of 2) 13 years ago
index.html Fix inadvertent "TQ" changes. 12 years ago
install-sh Rename kwin to twin (Part 2 of 2) 13 years ago
twin4.desktop Update XDG information in support of bug report 892. 12 years ago
twin4.kdelnk Branding cleanup: TWin4 game. 12 years ago
twin4.lsm Update lsm files. 12 years ago

README

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'