Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 354 Bytes

README.markdown

File metadata and controls

17 lines (10 loc) · 354 Bytes

Howto setup

  1. Get the clean spring sourcecode:

     git clone git://github.com/spring/spring.git spring
     cd spring
    
  2. Get the Python AI Interface code into the right folder

     git clone git://github.com/spring/Python.git AI/Interfaces/Python
    
  3. When Python is detected, the AI Interface will be compiled with spring:

     cmake .
     make
    

That's it!