Update of "BuildHowTo"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 14e80e07d8fbe9ef1620226ce11d16d95bf9a749
Page Name:BuildHowTo
Date: 2013-10-21 18:07:48
Original User: devnewton
Parent: 0534d7d4ddbbb13d532163a841184ee1e7357778 (diff)
Content

Requirements

JDK 1.7+

Maven 3+

fossil 1.22+

Build

Checkout

# fossil clone http://devnewton.bci.im/projects/newton_adventure newton_adventure.fossil

# mkdir newton_adventure_checkout

# cd newton_adventure_checkout

# fossil open ../newton_adventure.fossil

Compile game

# cd newton_adventure_checkout/game

# mvn package

Compile level editor

# cd newton_adventure_checkout/editor

# mvn package

Test

Run game

# cd newton_adventure_checkout/game

# java -jar target/newton_adventure-1.11.jar

Run editor

# cd newton_adventure_checkout/editor

# java -jar target/newton_adventure_editor-1.0-SNAPSHOT.jar