die-Kurve

SourceForge.net Logo

Download


I have still not started using CVS. You can download the latest version from this website. Current latest version in 1.1b. All the packages mentioned here are available here

Windows

If you don't have Qt libraries (>4) download the full-package for windows. Just download and extract it.

Download [4.26 MB]

If you have Qt libraries in your system, you may need to download only the .exe file. Download it, add the PATH variable to the Qt bin directory and just run the exe file OR run the executable file from Qt's Command Prompt.

Download [72 KB]

GNU/Linux

Running the application on GNU/Linux by downloading the executable only might be a difficult task. This is due to version mismatch of dependant libraries. At the time of creation, I used Ubuntu 8.04 Hardy Heron. I can help you if you are using this version of Ubuntu. If you are not using ubuntu, you might need to recompile the software or provide the dependant libraries for your distribution. You can download the gnu/linux executable from here. An ubuntu hardy user will need some packages to run this application. Once these packages are installed you can run the game on your system. Just run this command on a shell

$ sudo apt-get install libqt4-gui libqt4-core libc6-i686 libstdc++6 libgcc1 libaudio2 libpng12-0 libsm6 libice6 zlib1g libglib2.0-0 libxi6 libxrender1 libxrandr2 libfreetype6 libfontconfig1 libxext6 libx11-6 libxt6 libpcre3 libselinux1 libexpat1 libxau6 libxcb-xlib0 libxcb1 libxdmcp6

For users of other distribution gather information about the libraries need using ldd command. The not found libraries will get listed. You have to provide these libraries.

Download [41.1 KB]

Source

Compiling the source on both the platforms are same. Just three commands if you have installed Qt>4 on your system. The commands are
$qmake -project
$qmake
$make

Windows Source [57.5 KB]         GNU/Linux Source [25.5 KB]