About
News
Files
Screenshots
Documentation
Project
Mailing-list
Contact
|
[Source]
The source distribution requires SDL and the companion SDL_image
library.
The installation is your typical automake/autoconf setup. Once
you've unpacked it, just do:
./configure
make
make install
And all should be well. If it's not, let me know so I can fix it.
As of version 0.2.0, GCC 3.2 should be supported - if you get
errors compiling, let me know.
|
[Binaries]
These binaries are brought to you courtesy of Loki Setup: After
unpacking, just run the setup.sh script. Note that you'll have to
be root in order for this to work right, since the default directory
is /usr/local/games/tradermissions. The setup program will allow
you to change this directory, but if you do so you must copy all
the images and data files to your ~/.tradermissions directory,
else the game will be unable to find them.
According to /usr/bin/ldd, the binary version of tradermissions
has the following dependencies:
- libSDL_image-1.2.so.0 - link
- libSDL-1.2.so.0 - link
- libpthread.so.0
- libstdc++-libc6.2-2.so.3
- libm.so.6
- libc.so.6
- libjpeg.so.62 - link
- libpng.so.3 - link
- libz.so.1
- libasound.so.2
- libartsc.so.0 - link
- libesd.so.0 - link
- libaudiofile.so.0
- libX11.so.6
- libXext.so.6
- libvga.so.1
- libaa.so.1
- libdl.so.2
- /lib/ld-linux.so.2
- libslang.so.1
- libgpm.so.1
- libncurses.so.5
And while it looks overwhelming, most of them are either probably
already on your system or SDL is also dependant on them. I've
provided links to some that I could find.
|
[CVS]
First, log into sourceforge's CVS server:
cvs
-d:pserver:anonymous@cvs.tradermissions.sourceforge.net:/cvsroot/tradermissions
login
When prompted for a password, just hit the enter key. Once you're
in, check out the TraderMissions module like so:
cvs -z3
-d:pserver:anonymous@cvs.tradermissions.sourceforge.net:/cvsroot/tradermissions
co TraderMissions
once you've done that, you'll need to cd into the TraderMissions
directory and do the following:
./reconf
./configure
make
make install
|
|