NITRO
1.3.3
|
These instructions will get you a copy of the project up and running on your local machine. Note that these instructions are intended for building the project from source code. If you are simply interested in running the application, have a look at the latest release instead.
To set up the repository locally, clone the repository:
In case --recurse-submodules
was not used, you can initialize the submodules using:
Note, if you are a developer on the project, you probably want to clone everything using ssh
instead of https
. To do this, execute:
before cloning.
Note that a plain Ubuntu docker image can be found in the docker/ directory.
Ubuntu:
mesa-utils
Mac:
If on Windows, good luck.
These dependencies are used by NITRO and are included as Git submodules. As such, these don't need to be manually installed.
To build the project, can execute the build.sh
script in the scripts/
directory and run the resulting binary:
Alternatively, you can manually build and run the program: