append readme

This commit is contained in:
PodmogilnyjIvan
2021-12-05 08:59:32 -08:00
parent 22496da216
commit a38e7a0f5c

View File

@@ -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