mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
1.9 KiB
1.9 KiB
Prerequisites
- (Free) source code of Devloppement Kit from Cosmos on GitHub
- You must clone the repository using Git. For a detailed walkthrough, see here.
- When following the tutorial, replace OctoCat with CosmosOS and Spoon-Knife with Cosmos.
- (Free) Visual Studio 2015 Community
- (Free) InnoSetup QuickStart Kit
- 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.
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.
- 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 :
-USERKITRun installer for the User Kit only. By default installer build and install Dev Kit.-RESETHIVEReset Visual Studio Experimental Hive after installation.-NOTASKWhen specified installer would be run directly instead of running as the task in the Task Scheduler-NOCLEANDon't clean solution before run installer.-NOVSLAUNCHDon't launch VS after installation.-IGNOREVSIgnore running VS during installation.-VS2015or/VS2015Run installer for the VS 2015. This is the default.-VS2013or/VS2013Run installer for the VS 2013.-VSEXPHIVEor/VSEXPHIVEUse Visual Studio Experimental Hive for installation.