HCY_Graduation_Project/build.sh

7 lines
112 B
Bash

echo "Configuring and building ORB_SLAM2 ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j