VisualGuideToBuildingStendhalStep4: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>Hendrik Brummermann
No edit summary
imported>Hendrik Brummermann
No edit summary
 
(3 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 21:29, 21 January 2016

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