Menu

Tree [d75d4a] master /
 History

HTTPS access


File Date Author Commit
 builder 2010-06-02 Matthias Ableitner Matthias Ableitner [e69670] log file is now appended (thanks to hoijui) [fix]
 cross 2010-05-31 Matthias Ableitner Matthias Ableitner [2950cc] Initial commit
 data 2010-05-31 Matthias Ableitner Matthias Ableitner [2950cc] Initial commit
 src 2010-06-02 Matthias Ableitner Matthias Ableitner [e69670] log file is now appended (thanks to hoijui) [fix]
 test 2010-06-08 Matthias Ableitner Matthias Ableitner [d75d4a] seperate the console + some bugfixes
 AUTHORS 2010-05-31 Matthias Ableitner Matthias Ableitner [2950cc] Initial commit
 CMakeLists.txt 2010-06-01 Andreas Löscher Andreas Löscher [dbfd41] Merge branch 'master' of ssh://thegeorge@...
 README 2010-05-31 Matthias Ableitner Matthias Ableitner [2950cc] Initial commit
 VERSION 2010-05-31 Matthias Ableitner Matthias Ableitner [2950cc] Initial commit

Read Me

Howto setup

First get the clean spring sourcecode:

 git clone git://github.com/spring/spring.git spring

then get the springpyai code into the right folder

 git clone git://springpyai.git.sourceforge.net/gitroot/springpyai/springpyai spring/AI/Interfaces/Python

and link the nullpythonai to the right folder to get it compiled
 
 ln -s ../Interfaces/Python/test/NullPythonAI/ spring/AI/Skirmish/NullPythonAI 

That's it, when python is detected, the Interface will be compiled automaticly