Preparing Ubuntu

Tool Installation

To install gcc:

sudo apt install git gcc g++

To install cmake:

sudo apt install git cmake

To install git:

sudo apt install git

To install uuid:

sudo apt install uuid-dev

CUDA Toolkit

To enable NVIDIA GPU Support, you need the CUDA toolkit installed which can be done by following:

sudo apt install nvidia-cuda-toolkit

After you download and install all those softwares, make sure they are properly set. Next, we will build the MBASE library.