🪟Building on Windows

How to build on Windows

To build NuGlobal on Windows, you must be running a supported version of Windows. We recommend that you run Windows 10 or later.

  1. Download and install Rust from the official website

  2. Download and install MSYS2

  3. Open the MSYS2 terminal, and execute

    $ git clone https://github.com/Aptivi/nuglobal
    $ cd nuglobal
    $ make

You'll find the binaries under the target folder.

Last updated