cd jetson-inference
git submodule update --init
mkdir build
cd build
cmake ..
make
sudo make install
