HowToBuildAriannexp: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 6:
The main point of ariannexp is to provide a framework to connect to a Marauroa server and to allow game creation using Python as the development language.
 
!=Requirements=
Before you even try to compile ariannexp please go and download
* SDL 1.2.x
Line 13:
* Python 2.3
 
!=How to compile in Linux=
It is very easy, just make sure that you are running the latest version of... :) %%%<br>
Only joking, just make sure that you are using GCC 3.x and automake 1.7
 
Just do:
<pre>
 
sh autogen.sh
./configure
make
</pre>
 
You should see no errors at all.
Then if everything went OK, you will have two main directories:
<pre>
 
./AIGladiator/AIGladiator %%%
This is a test client for connecting to gladiators and fighting ( for you ).
It does nothing and is not interactive.
 
./libFramework/pyarianne %%%
This directory contains the module needed to develop your own python clients.
Have a look at test.py and execute it by doing
 
python test.py
</pre>