Files
SpireCV/build_on_x86_intel.sh
2023-07-11 15:11:35 +08:00

10 lines
109 B
Bash
Executable File

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