Windows 10 & 11
This section contains instructions on how to setup your development environment in Windows 10 & 11 in order to compile the Skydel Plug-ins examples.
MSVC
Download latest Build Tools for Visual Studio 2019 online installer and install C++ build tools.
CMake
Download and install CMake. Make sure to add CMake to the system PATH during installation.
Ninja
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
Git
Download and install latest git.
Qt
Download the latest online installer named qt-unified-windows-x64-online.exe and install:
.\qt-online-installer-windows-x64-4.8.1.exe install qt.qt5.5152.win64_msvc2019_64 qt.tools.qtcreator `
--root C:\Qt `
--auto-answer telemetry-question=No --accept-licenses --default-answer --accept-obligations --confirm-command `
--email QT_EMAIL `
--pw QT_PW
Last updated