HowToBuildStendhal: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann No edit summary |
||
| Line 13: | Line 13: | ||
== Build == |
== Build == |
||
=== Build using ant === |
=== Build a distribution using ant === |
||
First you need ant properly installed on your system to build Stendhal. |
First you need ant properly installed on your system to build Stendhal. |
||
| Line 21: | Line 21: | ||
Now just write: |
Now just write: |
||
ant |
ant dist |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
ant dist |
ant dist |
||
| Line 47: | Line 36: | ||
;Source files |
;Source files |
||
:build/stendhal-src-''version''.tar.gz |
:build/stendhal-src-''version''.tar.gz |
||
=== Building just the jar files === |
|||
To only build the jar file, you just write |
|||
ant |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
Note: If you are unsure, use the first section (ant dist) to get a working system with all the files in the correct server structure. |
|||
=== Build using IDE === |
=== Build using IDE === |
||