No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdegames/twin4
Michele Calgaro bc3c69592f
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
hace 3 días
..
grafix Fix invalid headers in PNG files and optimize for size hace 8 años
twin4 Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT hace 3 días
AUTHORS Rename kwin to twin (Part 2 of 2) hace 13 años
CMakeL10n.txt Desktop file translations: hace 4 años
CMakeLists.txt Desktop file translations: hace 4 años
COPYING Rename kwin to twin (Part 2 of 2) hace 13 años
INSTALL Rename kwin to twin (Part 2 of 2) hace 13 años
Makefile.am Rename kwin to twin (Part 2 of 2) hace 13 años
README Rename kwin to twin (Part 2 of 2) hace 13 años
hi16-app-twin4.png Fix invalid headers in PNG files and optimize for size hace 8 años
hi22-app-twin4.png Fix invalid headers in PNG files and optimize for size hace 8 años
hi32-app-twin4.png Fix invalid headers in PNG files and optimize for size hace 8 años
hi48-app-twin4.png Fix invalid headers in PNG files and optimize for size hace 8 años
hi64-app-twin4.png Fix invalid headers in PNG files and optimize for size hace 8 años
hi128-app-twin4.png Fix invalid headers in PNG files and optimize for size hace 8 años
index.html Gender-neutral language hace 2 años
install-sh Rename kwin to twin (Part 2 of 2) hace 13 años
twin4.desktop Desktop file translations: hace 4 años
twin4.kdelnk Fixed wrong DocPath strings. This relates to bug 2319. hace 9 años

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'