SpireCV/build_on_jetson.sh

10 lines
105 B
Bash
Executable File

#!/bin/bash -e
rm -rf build
mkdir build
cd build
cmake .. -DPLATFORM=JETSON
make -j4
sudo make install