Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
NuGlobal - Manual
NuGlobal - Manual
  • 👋Welcome!
  • Installation and Usage
    • 📀Installation
      • 🪟Windows
      • 🐧Linux
    • 💻How to use
  • Advanced usage
    • 🏗️Building
      • 🪟Building on Windows
      • 🐧Building on Linux
    • ⚒️How it works
  • Report an issue
  • Source code
  • Our projects
Powered by GitBook
On this page
  1. Advanced usage
  2. Building

Building on Linux

How to build on Linux

Last updated 1 year ago

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

  1. Download and install Rust from the 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.

🏗️
🐧
official website