7 lines
112 B
Bash
7 lines
112 B
Bash
echo "Configuring and building ORB_SLAM2 ..."
|
|
|
|
mkdir build
|
|
cd build
|
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
|
make -j
|