-
Notifications
You must be signed in to change notification settings - Fork 56
Compiling Aura OS
Alexy DA CRUZ (GeomTech) edited this page Jun 26, 2020
·
9 revisions
First, clone our modified version of Cosmos and all of the required repositories, run the "install-VS2017.bat" file in the Cosmos folder and wait until the installation is done. Required repositories :
- Aura OS
- Common
- Cosmos
- IL2CPU
- XSharp
Pre-requisites :
- Latest version of VS 2019
- .NET Core SDK 2.1
- Inno Quick Start Pack (Free) – Install with defaults, keep Preprocessor option checked
- Visual Studio 2019 Workload: Visual Studio Extension Development
- .NET Framework 4.7.1 Developer Pack
You need to put all of the cloned repositories in the same folder, like that :
Install Cosmos using the script install-VS2019.bat in the Cosmos folder.
Now clone this repository then inside the folder Aura OS, run Aura OS.sln
Firstly, you have to build the Aura_Plugs project and after that you will be able to build the project Aura_OS.
If you have an error like "A project with an Output type of Class Library cannot be started directly", right click on "Aura_OSBoot" and select "Set as startup project", now click again on "build"!