VisualGuideToBuildingStendhalStep4

From Arianne
Jump to navigation Jump to search

Step 4. Get the Stendhal source using TortoiseGit

Create, wherever you like, a folder named projects which can be used to store all the projects you download using Git.

Right-click on this folder, and pick Git clone... from the pop-up menu.

The Checkout Dialog will appear. Use this url: git clone https://github.com/arianne/stendhal.git


Note: From now on, to update the stendhal source files, you just have to right-click on the newly created stendhal folder (inside the projects folder) and choose Pull.

This process will take much less time than the initial checkout process.

Go to Step 5. Build the Stendhal distribution using Ant