Difference between revisions of "Freeciv"
(→Recommended) |
(Added more build options.) |
||
Line 21: | Line 21: | ||
* [[libpng]] | * [[libpng]] | ||
=== Recommended === | === Recommended === | ||
− | * [[Gtk1]] | + | |
+ | ==== GUI ==== | ||
+ | |||
+ | * [[Gtk1]] (v1.2.6) | ||
+ | * [[Glib1]] (v1.2.6) | ||
+ | * [[Imlib]] (v1.9.7) | ||
+ | OR | ||
+ | * [[Gtk2]] (and friends) | ||
+ | OR | ||
* [[xaw3d]] | * [[xaw3d]] | ||
+ | OR | ||
+ | * [[xaw]] | ||
+ | |||
+ | ==== Sound ==== | ||
+ | |||
* [[ALSA]] | * [[ALSA]] | ||
* [[EsounD]] | * [[EsounD]] |
Revision as of 20:25, 26 June 2007
Download Source: |
---|
http://prdownloads.sourceforge.net/freeciv/freeciv-2.1.4.tar.bz2 |
Download sounds (required) : |
ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/stdsounds3.tar.gz |
Contents
Introduction to Freeciv
Freeciv is a multiuser reimplementation for Unix/X of the famous Microprose game of Civilization. By default, the game is an improved Civ II, but this can be customized; modpacks for near-100% compatibility with Civ I and Civ II are included. Multiuser gameplay is real-time: in each turn, all human players move concurrently.
Project Homepage: http://freeciv.wikia.com/wiki/Main_Page
Dependencies
Required
Recommended
GUI
OR
- Gtk2 (and friends)
OR
OR
Sound
Configuration Information
If you want to compile freeciv with xaw3d (which has a more modern "3D" look) add the following option to the configure script :
--enable-xaw3d
Non-Multilib
Compile the package:
./configure --prefix=/usr --disable-dependency-tracking && make
Install the package
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package
To do ...
N32
Compile the package:
To do ...
Install the package
To do ...
64Bit
Compile the package:
To do ...
Install the package
To do ...
Installing the Sound Package
The sound package needs to be extracted in /usr/share/freeciv.
tar xvf stdsounds3.tar.gz -C /usr/share/freeciv mv /usr/share/freeciv/data/stdsounds.soundspec /usr/share/freeciv
Contents
Installed Programs: | civserver, civclient, civmanual |
---|---|
Installed Libraries: | None |
Installed Directory: | /usr/share/freeciv |