SpireCV/build_on_x86_intel.sh

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