- Install python
- Install scons:
python -m pip install scons - Clone the project and switch to the project directory:
git clone https://github.com/Schlomon/NEAT.git cd NEAT - Build the project with scons:
scons - Execute
On Windows:Or on Linux:bin/neat.exebin/neat
- Follow steps 1.-3. from the Build and Run instructions
- Install VSCode and open the project folder in VSCode.
- Install the official
C/C++ Extensionby Microsoft. Make sure to read the Prerequisites. - A launch configuration called
Debugis already configured. To debug the project just pressF5.