Before you begin
There are few GPL'd libraries, that TheCity depends on:
- SDL, available at www.libsdl.org
- SDL_img and SDL_ttf, available here
- libjpeg and libpng - part of any Linux distribution
Downloading The City
The packages are available for download at
SourceForge.
Make sure you always have the latest data package (to avoid seeing strange white rects :)
Compiling CVS snapshots
To compile the snapshot, change to its directory and do te following:
$ make -f Makefile.cvs
$ ./configure
$ make
$ make install
Installing data
Unzip and untar the package. Then change to its directory and execute:
$ ./install-data.sh
|