| 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, zlib and libcurl. You will also need build essentials (GCC, make, etc), autoconf and automake. For Ubuntu/Debian they are in packages that can be installed with aptitude or apt-get as root: 2. Go to make/linux directory: 3. Type "./autogen.sh": 4. Type "make": 5. Type "make install": 6. Go to the main directory, up one level and to client-1.1.1: 7. Type "./atrinik-client" and the game should start: Quote apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl1.2-dev libsdl1.2debian libsdl1.2debian-all libcurl4-openssl-dev zlib1g-dev build-essential autoconf automake cd make/linux ./autogen.sh make make install cd ../../../client-1.1.1 ./atrinik-client 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. |









Loading...