🐧Building on Linux

How to build on Linux

To build NuGlobal on Linux, you must be running a supported distro.

  1. Download and install Rust from the official website or from your package manager

  2. Open the terminal, and execute

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

You'll find the binaries under the target folder.

Last updated