VisualGuideToBuildingStendhal: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Oslsachem
m renamed step
imported>Hendrik Brummermann
No edit summary
Line 16: Line 16:
Listed below are the major steps required to install compiling tools and compile Stendhal source files on Windows XP®:
Listed below are the major steps required to install compiling tools and compile Stendhal source files on Windows XP®:


*Uninstall previous versions of JRE and install the most recent version of JDK (which includes the JRE)
*[[VisualGuideToBuildingStendhalStep1|1. Install the most recent version of JDK]]
*Install and Configure Ant
*[[VisualGuideToBuildingStendhalStep2|2. Install and Configure Ant]]
*[[VisualGuideToBuildingStendhalStep3|3. Install TortoiseGit]]
*Install TortoiseCVS
*Get the Stendhal source using TortoiseCVS
*[[VisualGuideToBuildingStendhalStep4|4. Get the Stendhal source using TortoiseGit]]
*Build the Stendhal distribution using Ant (which uses JDK)
*[[VisualGuideToBuildingStendhalStep5|5. Build the Stendhal distribution using Ant]]
*Locate the built server and client zip files
*[[VisualGuideToBuildingStendhalStep6|6. Locate the built server and client zip files]]


== Get started ==
Go to [[VisualGuideToBuildingStendhalStep1|Step 1. Uninstall previous versions of JRE and install the most recent version of JDK (which includes the JRE)]]

Go to [[VisualGuideToBuildingStendhalStep1|Step 1. Install the most recent version of JDK]]


[[Category:Stendhal]]
[[Category:Stendhal]]

Revision as of 21:31, 21 January 2016

Visual Guide to Building Stendhal on Windows®

Building Stendhal is very simple, but it is recommended that you first try installing your local stendhal server on Windows®.

The versions of the programs used in this guide may not be the most recent ones. You should use the most recent versions even if they look somewhat different than these versions.

This guide uses the spanish version of Windows XP®.


But first... are you sure that you don't want to use an IDE?

This guide is aimed at those who just want to play the latest version of the game before it is officially released. If you intend to do modifications to the game, it is recommended that you follow Configure a development environment (IDE) instead.


Overview

Listed below are the major steps required to install compiling tools and compile Stendhal source files on Windows XP®:

Get started

Go to Step 1. Install the most recent version of JDK