Artifact [14e80e07d8]
Not logged in

Artifact 14e80e07d8fbe9ef1620226ce11d16d95bf9a749:

Wiki page [BuildHowTo] by devnewton 2013-10-21 18:07:48.
D 2013-10-21T18:07:48.801
L BuildHowTo
P 0534d7d4ddbbb13d532163a841184ee1e7357778
U devnewton
W 820
<h1>Requirements</h1>

JDK 1.7+

Maven 3+

fossil 1.22+

<h1>Build</h1>

<h2>Checkout</h2>

<pre>
# 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

</pre>

<h2>Compile game</h2>

<pre>
# cd newton_adventure_checkout/game

# mvn package

</pre>

<h2>Compile level editor</h2>

<pre>
# cd newton_adventure_checkout/editor

# mvn package

</pre>

<h1>Test</h1>

<h2>Run game</h2>

<pre>
# cd newton_adventure_checkout/game

# java -jar target/newton_adventure-1.11.jar

</pre>

<h2>Run editor</h2>

<pre>
# cd newton_adventure_checkout/editor

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

</pre>


Z f0390f454a552f7043d27c7e97296e18