Update 'README.md'

This commit is contained in:
Иван Подмогильный
2022-01-20 14:13:39 +03:00
parent b2455bf0dc
commit 1a83b2ae0f

View File

@@ -50,7 +50,7 @@ Further this procedure will be mentioned as "Change the project to Static"
3. Open Visual Studio 16 2019 with Administrative (IMPORTANT!) privilege and open the project
4. Change the Runtiime Library to MT
5. Change the project to Static
6. Add the path to vcpkg include: C/C++ -> Additional Include Libraries -> C:\Users\ivan\Source\Repos\ORB_SLAM3\Thirdparty\Pangolin\vcpkg\installed\x64-windows\include
6. Add the path to vcpkg include: C/C++ -> Additional Include Libraries -> C:\Users\ivan\Source\Repos\ORB_SLAM3\Thirdparty\Pangolin\vcpkg\installed\x64-windows\include
~~7. You might need to add path to Boost libs manually to Libraian → General → Additional Library Dependencies: C:\Users\ivan\Source\Repos\ORB-SLAM3forWindows\Thirdparty\boost_1_77_0\stage\lib~~ Automatic boost finding included into the version 1.0
7. Build ORB_SLAM3 project.