-
Notifications
You must be signed in to change notification settings - Fork 2
Guidance for Windows
To be able to run the application and operate in a virtual environment you need SMCE and Android Studio.
To be able to run the application on SMCE please refer to the following steps
Use Chocolatey to install the dependencies. for installation guide click here. The most suitable one is "Basic Chocolatey Install".
Note: To open an administrative PowerShell, Click Start, type "PowerShell", right-click "Windows PowerShell", and then click "Run as administrator".
In the administrative PowerShell window, use these commands:
choco install cmake -y --installargs 'ADD_CMAKE_TO_PATH=System'
choco install arduino-cli openssl -y
choco install visualstudio2019buildtools -y --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive --locale en-US"Now we need to install the SMCE-Godot app, go to this page --> download the latest .msi installer --> Run it --> disregarding SmartScreen security warning (see this picture.
Now the MCE-Godot is ready to be launched and you can find it in your start menu.
)