BuildingOpenNero2012 - nnrg/opennero GitHub Wiki
Introduction
This page describes how to build OpenNERO with Human Guided Neuroevolution extensions to participate in the 2012 OpenNERO tournament.
Details
The basic process is similar to that already outlined in BuildingOpenNero, with a few changes:
- Instead of /trunk, use /branches/tourney2012 branch when checking out the code.
svn checkout http://opennero.googlecode.com/svn/branches/tourney2012
- If your system does not have it, download and install the latest Java Development Kit. If you want to modify the Java part of the code, we recommend also installing Netbeans or a bundle of both.
- On Linux, use your package manager (apt-get, yum or similar) to install the netbeans package.
- Download and install Apache Maven.
- Download and install GNU Bison and Flex.
Then, follow the build instructions on Building OpenNERO page.