2024-06-21 15:44:42 +08:00

7 lines
112 B
Bash

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