From a38e7a0f5c539960d82216b3d963d918c090e6e5 Mon Sep 17 00:00:00 2001 From: PodmogilnyjIvan Date: Sun, 5 Dec 2021 08:59:32 -0800 Subject: [PATCH] append readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a120513..a169083 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ 2. `mkdir build && cd build` 3. `cmake -DCMAKE_TOOLCHAIN_FILE=C:/Users/ivan/Source/Repos/ORB_SLAM3/Thirdparty/Pangolin/vcpkg/scripts/buildsystems/vcpkg.cmake ..` Instead of my path, you have to paste your path to `vcpkg.cmake` 4. You need to build `gst_get_ndi` and `my_ndi_source` projects. Before bulding edit the Preferences of these two projects... - - C/C++ -> Code Generation -> Runtime Library -> MT - - The path `Boost_DIR/stage/lib` paste to Linker -> General -> Additional Library Directories + - C/C++ -> Code Generation -> Runtime Library -> MT + - The path `Boost_DIR/stage/lib` paste to Linker -> General -> Additional Library Directories 5. Change Preferences of oscpack project: - - C/C++ -> Code Generation -> Runtime Library -> MT + - C/C++ -> Code Generation -> Runtime Library -> MT 6. Build `gst_get_ndi` and `my_ndi_source` ## Running