From f5e117e3108dbc0768c0db2cdc4d13a886bdd8ae Mon Sep 17 00:00:00 2001 From: Quajak Date: Wed, 8 Jul 2020 14:04:57 +0200 Subject: [PATCH] Update DevKit.md --- Docs/articles/Installation/DevKit.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Docs/articles/Installation/DevKit.md b/Docs/articles/Installation/DevKit.md index a95aed5043..b96e2d21a9 100644 --- a/Docs/articles/Installation/DevKit.md +++ b/Docs/articles/Installation/DevKit.md @@ -4,7 +4,7 @@ * (Free) source code of Devloppement Kit 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 2015 Community](https://go.microsoft.com/fwlink/?LinkId=691978&clcid=0x409) +* (Free) [Visual Studio 2019 Community](https://visualstudio.microsoft.com/vs/) * (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". @@ -12,11 +12,11 @@ ### Installation -* Look in the downloaded sources and run **install-VS2015.bat** with admin privileges (UAC will ask for permission), needed for install in system directories. +* Look in the downloaded sources and run **install-VS2019.bat** with admin privileges (UAC will ask for permission), needed for install in system directories. * When the installation is complete, Visual Studio will automatically open and you may begin programming with your new, modified copy of Cosmos. ## Arguments for the 'install-VS2015.bat' file -The `install-VS2015.bat` accepts the following parameters : +The `install-VS2019.bat` accepts the following parameters : - `-USERKIT` Run installer for the User Kit only. By default installer build and install Dev Kit. - `-RESETHIVE` Reset Visual Studio Experimental Hive after installation. @@ -24,6 +24,4 @@ The `install-VS2015.bat` accepts the following parameters : - `-NOCLEAN` Don't clean solution before run installer. - `-NOVSLAUNCH` Don't launch VS after installation. - `-IGNOREVS` Ignore running VS during installation. -- `-VS2015` or `/VS2015` Run installer for the VS 2015. This is the default. -- `-VS2013` or `/VS2013` Run installer for the VS 2013. - `-VSEXPHIVE` or `/VSEXPHIVE` Use Visual Studio Experimental Hive for installation.