Skip to content

Latest commit

 

History

History
executable file
·
45 lines (42 loc) · 810 Bytes

README.md

File metadata and controls

executable file
·
45 lines (42 loc) · 810 Bytes

Starter Agent2D

Starter Agent2D Source Code

Installation LibRCSC

Download last release of StarterLibRCSC from this Link

cd StarterLibRCSCPath
./configure --prefix=/usr/local/StarterLibRCSC/
make  
sudo make install

How To Use StarterAgent2D

First Time

cd StarterAgent2DPath
./configure
make  

After Any Change

cd StarterAgent2DPath/src
make

Run

cd src
./start.sh -t teamname

Fix Problems

Bug 1

CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4
/bin/bash: aclocal-1.15: command not found
make: *** [Makefile:348: aclocal.m4] Error 127

Solution 1

cd StarterAgent2DPath
./bootstrap
./configure
make  
  • If it's useful for you, please touch star.