Skip to content

Guidance for Windows

Ediz Genc edited this page May 28, 2021 · 1 revision

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


Step 1: Get a package manager

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".


Step 2: Install dependencies

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"

Step 3: Install SMCE-Godot

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.


Step 4: Contemplate success

Now the MCE-Godot is ready to be launched and you can find it in your start menu.

Clone this wiki locally