Update 'README.md'

This commit is contained in:
2022-09-03 13:14:57 +03:00
parent 72780b4da3
commit c85c6bdc4e

View File

@@ -12,6 +12,8 @@ Please refer to the original repository on the details of the installation proce
You can use the script to install the Thirdparty libraries and ORB-SLAM3 core and the examples. But make sure you have installed all the required packages (You may need to change the paths to the packages in your CMakeLists.txt): You can use the script to install the Thirdparty libraries and ORB-SLAM3 core and the examples. But make sure you have installed all the required packages (You may need to change the paths to the packages in your CMakeLists.txt):
`cd ORB-SLA3_Linux ```
cd ORB-SLA3_Linux
chmod +x build.sh chmod +x build.sh
./build.sh` ./build.sh
```