Update DevKit.md

This commit is contained in:
Joshua Zenn 2015-05-29 09:56:13 -04:00
parent 3315d3017b
commit fcde128547

View file

@ -1,13 +1,16 @@
### Prerequisites
* (Free) source code of Devkit from [Cosmos on GitHub](https://github.com/CosmosOS/Cosmos)
* (Free) source code of Devkit from [Cosmos on GitHub](https://github.com/CosmosOS/Cosmos)
* You must clone the repository using Git. For a detailed walkthrough, [see here](https://help.github.com/articles/fork-a-repo/).
* When following the tutorial, replace *OctoCat* with *CosmosOS* and *Spoon-Knife* with *Cosmos*.
* (Free) [Visual Studio 2013 Community](http://go.microsoft.com/fwlink/?LinkId=517284)
* If using Visual Studio 2010 Express, you will need to download the [GitHub for Windows](#) tool.
* (Free) [InnoSetup QuickStart Kit](http://www.jrsoftware.org/isdl.php#qsp)
* This is required to build the setup kit which is used to build and install the Visual Studio integration libaries for Cosmos.
* If using Visual Studio 2010, you will need to download the [GitHub for Windows](#) tool.
* (Free) [InnoSetup QuickStart Kit](http://www.jrsoftware.org/isdl.php#qsp)
* This is required to build the setup kit which is used to build and install the Visual Studio integration libaries for Cosmos.
* During install it will ask you about optional components to install. Be sure you check "Install Inno Setup Preprocessor".
* Visual Studio SDK: [download here](https://www.microsoft.com/en-us/download/details.aspx?id=40758).
### Installation