🐧Building on Linux
How to build on Linux
To build NuGlobal on Linux, you must be running a supported distro.
Download and install Rust from the official website or from your package manager
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