Files
SpireCV/build_on_jetson.sh
2023-06-16 10:42:02 +08:00

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