Building TAC AA - pjordan/tac-aa GitHub Wiki

The TAC/AA game server sources and how to create the executable.

Prerequisites:

  • Install java sdk (1.6+)
  • Install maven (3.0.1+) [http://maven.apache.org]

Install the jars

Checkout or download the latest repository branch (this will need to change to a public server):

git clone http://github.com/pjordan/tac-aa

Install the modules:

mvn install

Create the server binary

Change directories into aa-server

cd aa-server

Assemble the binaries

mvn assembly:assembly

The binaries are now assembled in target

ls target/*.{zip,gz}