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/kwin4
Timothy Pearson 6c8fc8ddd8
Additional kde to tde renaming
13 years ago
..
grafix Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kwin4 Additional kde to tde renaming 13 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi16-app-kwin4.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi22-app-kwin4.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi32-app-kwin4.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi48-app-kwin4.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi64-app-kwin4.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
hi128-app-kwin4.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
index.html TQt4 port kdegames 13 years ago
install-sh rename the following methods: 13 years ago
kwin4.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kwin4.kdelnk Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kwin4.lsm Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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 kwin4-0.9.tar.gz 

# build the package
cd kwin4-0.9
./configure 
# or if KDE is in /opt/kde2
./configure --prefix=/opt/kde2
make

# become superuser for installing
su -c 'make install'