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.
27 lines
583 B
27 lines
583 B
15 years ago
|
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
|
||
13 years ago
|
tar xzf twin4-0.9.tar.gz
|
||
15 years ago
|
|
||
|
# build the package
|
||
13 years ago
|
cd twin4-0.9
|
||
15 years ago
|
./configure
|
||
|
# or if KDE is in /opt/kde2
|
||
|
./configure --prefix=/opt/kde2
|
||
|
make
|
||
|
|
||
|
# become superuser for installing
|
||
|
su -c 'make install'
|
||
|
|