Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
manual:installation [2013/05/24 13:47] danielmanual:installation [2013/05/27 09:06] (current) – [Test-Drive] daniel
Line 1: Line 1:
 +====== Installation ======
  
 +===== Download =====
 +
 +=== Download Package ===
 +
 +In order to get going you need to first [[http://gamua.com/sparrow/download/|download]] the Sparrow package. The download package contains everything you’ll need: The source code, a demo project and a scaffold for your own games.
 +
 +You can copy this package anywhere you want on your system. Just be sure to pick a place where it can stay constantly, because we will have to tell Xcode about its location, and you don't want to have to change that later.
 +
 +=== GitHub ===
 +
 +As an alternative, you can get a copy of Sparrow directly off its GitHub repository, which can be found [[https://github.com/Gamua/Sparrow-Framework|here]]. Use the following code to clone the repository:
 +
 +<code bash>
 +git clone git://github.com/Gamua/Sparrow-Framework.git
 +</code>
 +
 +As soon as you have downloaded the repository, a simple ''git pull'' will upgrade to the latest version.
 +
 +===== Test-Drive =====
 +
 +The package contains a sample application in the form of an Xcode project. Open the project (located in ''samples/demo'') and build it --- everything should work out of the box. As a primer, we recommend you just have a look around; the Demo shows you how to accomplish the most common tasks.
 +
 +The demo project was set up in a way that does not require any Xcode configuration. It references Sparrow via a relative path. When you create your own projects, however, you will want to be able to move them to any directory on your disk. To make this possible, you have to make some preparations in Xcode.
 +
 +-----
 +
 +Next section: [[Setting up Xcode]]
  manual/installation.txt · Last modified: 2013/05/27 09:06 by daniel
 
Powered by DokuWiki