Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 870 Bytes

BUILDING_Windows.md

File metadata and controls

32 lines (28 loc) · 870 Bytes

Windows

  • 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++)

  • Creates Nelson main directory

    mkdir Nelson
    cd  Nelson
  • Get thirdparty:

    • on Windows 32 bit architecture:
      git clone https://github.com/nelson-lang/nelson-thirdparty-win32.git
    • on Windows 64 bit architecture:
      git clone https://github.com/nelson-lang/nelson-thirdparty-x64.git
  • Get sources:

    git clone https://github.com/nelson-lang/nelson.git
  • Start the build: Goto Nelson directory launch nelson-minimalist-core.sln start build with VS 2022

Previous (Building)