linktree Atrinik.org - Multiplayer Online Role Playing Game
Compiling Atrinik Client
Development -> Compiling Atrinik ClientFirst of all, you will need to get the client code. The easiest and fastest way is to grab a daily package.

Another way is to use Bazaar to checkout the Atrinik repository, which will make it easy to update your local copy. This command would checkout the entire Atrinik repository, complete with arches, server, client, etc:

Quote
bzr checkout lp:atrinik


GNU/Linux

1. Install/compile SDL, SDL sound, SDL image, SDL mixer, SDL ttf, timidity, zlib, libcurl, x11-dev and xmu-dev (for clipboard support). You will also need build essentials (GCC, make, etc) and cmake. For Ubuntu/Debian they are in packages that can be installed with aptitude or apt-get as root.
2. Type "cmake .":
3. Type "make":
4. Type "./atrinik" and the game should start:

Quote
apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl1.2-dev libsdl-ttf2.0-dev timidity libsdl1.2debian libsdl1.2debian-all libcurl4-openssl-dev zlib1g-dev build-essential libx11-dev libxmu-dev cmake

cmake .

make

./atrinik


Windows

1. Download CodeBlocks with MinGW compiler and install it.
2. Go to the /client/make/win32/CodeBlocks folder.
3. Execute the Setup.bat file by double-clicking it.
4. Double click the CodeBlocks workspace file.
5. In CodeBlocks, go to Build -> Build Workspace
6. Go to the main folder of the client.
7. Double click atrinik.exe and the game should start.