HowToBuildStendhal: Difference between revisions
Content deleted Content added
imported>Kymara No edit summary |
imported>Kymara remove webstart instructions from here, it's a bit beyond the scope of this simple guide. src comes with all dependencies now. add cvs instructions. |
||
Line 18:
First you need ant properly installed on your system to build Stendhal.
Then unpack the stendhal source gzip. From command line:
Now just write:
ant
This will build a full set of JAR files at stendhal-''version''/build/lib folder.▼
▲This will build a full set of JAR files at stendhal/build/lib folder.
:build/lib/stendhal-data-''version''.jar
:build/lib/stendhal-sound-data-''version''.jar
If you want to create a full set of release packages you can write
▲Server files
ant dist
▲ build/lib/stendhal-server-''version''.jar
▲ build/lib/stendhal-xmlconf-''version''.jar
▲ build/lib/stendhal-maps-''version''.jar
This will create binaries such as
;Client files
:build/stendhal-''version''.zip
:build/stendhal-FULL-''version''.zip
;Server files
:build/stendhal-server-''version''.zip
;Source files
:build/stendhal-src-''version''.tar.gz
= Trouble shooting =
Line 63:
will suffice. Remember to "ant clean" before you "ant build" everytime - this is done automatically if you "ant dist", however.
= CVS =
Assuming you have CVS installed, you can instead download our source from our CVS Head:
cvs -d:pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne login
cvs -z3 -d:pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne co -P ''stendhal''
Which will check out a copy of the stendhal source into a folder called ''stendhal''. Then follow the steps to build using ant as before.
<br>
<br>
| |||