mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
Update DevKit.md
This commit is contained in:
parent
3315d3017b
commit
fcde128547
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue