From 3088a8d4b3aefa0b92c9f296c2800a26bc51582e Mon Sep 17 00:00:00 2001 From: PodmogilnyjIvan Date: Sun, 5 Dec 2021 09:00:58 -0800 Subject: [PATCH] append readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a169083..31fe7b6 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ 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