-
Notifications
You must be signed in to change notification settings - Fork 66
Basic Windows Installation Instructions
Manos Kamarianakis edited this page Dec 14, 2020
·
1 revision
Please make sure that you have installed the latest Windows Redistributables from the link below: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
- Visual Studio Code (https://code.visualstudio.com)
- CMake (https://cmake.org)
Search for Enviroment Variables in Start menu search bar.
Create a new enviroment variable named GLGA and set it to the path where glGA is located. Example:
GLGA = C:\Users\MK\Desktop\glGA
then edit the PATH enviroment variable and add the path where glGA third party libraries are located. Example:
PATH = %GLGA%\_thirdPartyLibs\lib\Windows;