Windows 10
This section contains instructions on how to setup your development environment in Windows 10 in order to compile the Skydel Plug-ins examples.
Last updated
This section contains instructions on how to setup your development environment in Windows 10 in order to compile the Skydel Plug-ins examples.
Last updated
Download latest Build Tools for Visual Studio 2019 online installer and install C++ build tools.
Download and unzip ninja-win.zip to Program Files / ninja-win
From the search bar, search for Edit the system environment variables
Select Envrionment Variables...
Select Path in System variables and select Edit...
Select Browse... and find the folder Program Files / ninja-win (where you unziped ninja-win.zip)
After those steps, ninja should be accessible from anywhere
Download the latest online installer named qt-unified-windows-x64-online.exe and install:
Update the email (QT_EMAIL) and password (QT_PW) accordingly
Download and install CMake. Make sure to add CMake to the system PATH.
Download and install latest git.