HowToBuildAriannexp: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
imported>StephenIerodiaconou |
||
| Line 14: | Line 14: | ||
=How to compile in Linux= |
=How to compile in Linux= |
||
It is very easy, just make sure that you are running the latest... :) |
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 |
Only joking, just make sure that you are using GCC 3.x and automake 1.7 |
||
| Line 26: | Line 26: | ||
Then if everything went OK, you will have two main directories: |
Then if everything went OK, you will have two main directories: |
||
<pre> |
<pre> |
||
./AIGladiator/AIGladiator |
./AIGladiator/AIGladiator <br> |
||
This is a test client for connecting to gladiators and fighting ( for you ). |
This is a test client for connecting to gladiators and fighting ( for you ). |
||
It does nothing and is not interactive. |
It does nothing and is not interactive. |
||
./libFramework/pyarianne |
./libFramework/pyarianne <br> |
||
This directory contains the module needed to develop your own python clients. |
This directory contains the module needed to develop your own python clients. |
||
Have a look at test.py and execute it by doing |
Have a look at test.py and execute it by doing |
||