-
Make the
install_dependencies_agxscript available to run:chmod +x ./tools/install_dependencies_agx.sh -
Install the dependencies. Type
yto all the prompts. This might take a while:./tools/install_dependencies_agx.sh
-
Make the
install_dependenciesscript available to run:chmod +x ./tools/install_dependencies.sh -
Install the dependencies. Type
yto all the prompts. This might take a while:./tools/install_dependencies.sh
-
Create and enter the build directory:
mkdir build && cd build -
Run cmake:
cmake ../ -
Build the project.:
make -
The executable files should be exported to
./build/Release: