HCY_Graduation_Project/build.sh

7 lines
112 B
Bash
Raw Permalink Normal View History

2024-06-21 15:44:42 +08:00
echo "Configuring and building ORB_SLAM2 ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j