| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2012-01-04 | 888 Bytes | |
| foobillardplus-3.42beta.tar.gz | 2012-01-04 | 37.1 MB | |
| foobillardplus-3.41beta.tar.gz | 2011-11-02 | 30.7 MB | |
| foobillardplus-3.41beta-1.0.0.src.rpm | 2011-11-02 | 30.7 MB | |
| foobillardplus-3.4beta-1.0.0.src.rpm | 2011-09-14 | 29.7 MB | |
| foobillardplus-3.4beta.tar.gz | 2011-09-14 | 29.7 MB | |
| foobillardplus-3.3beta.tar.gz | 2011-07-31 | 14.2 MB | |
| foobillardplus-3.3beta-1.0.0.src.rpm | 2011-07-31 | 14.2 MB | |
| Totals: 8 Items | 186.2 MB | 5 | |
For compiling the code, you need the corresponding headerfiles and dev-packages (and a GNU C-Compiler with his standard header-files and libraries too). Depending of the OS-Distribution, the name is similar to the normal runtime package-name. Look for packages like:
SDL-devel >= Version 1.2
SDL_mixer-devel >= 1.2.8 (for Vorbis ogg and mp3)
SDL_net-devel
freetype2-devel
libpng-devel
GNU autoconf
GNU automake
Compiling:
aclocal --force
autoconf -f
autoheader -f
automake -a -c -f
simply type in main-directory (for standard-installation):
./configure
make
make install (as root - build in /opt/foobillardplus)
A special very fast version is build with
./configure --enable-special
make
make install (as root - build in /opt/foobillardplus)
For further information please read the README in the source tarball.