-
You can also see ccpp.yml file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.
-
Prerequirements: Git for Windows Visual studio 2022 (C++) Qt 5.15 or more for Windows
-
Creates Nelson main directory
mkdir Nelson cd Nelson
-
Get thirdparty and install dependencies:
- on Windows 32 bit architecture:
git clone https://github.com/nelson-lang/nelson-thirdparty-win32.git
- on Windows 64 bit architecture:
Run install.bat
git clone https://github.com/nelson-lang/nelson-thirdparty-x64.git
- on Windows 32 bit architecture:
-
Get sources:
git clone https://github.com/nelson-lang/nelson.git
-
Start the build: Goto Nelson directory set QTDIR, QTDIR32, QTDIR64 environment variables launch win32-environment.bat (win32 build) or win64-environment.bat (win64 build) start build with VS 2022