append readme and provided scripts
This commit is contained in:
10
README.md
10
README.md
@@ -18,8 +18,6 @@
|
|||||||
5. Also: Advanced -> Target File Extension -> .lib
|
5. Also: Advanced -> Target File Extension -> .lib
|
||||||
6. Build oscpack, OscReceiveTest, SimpleReceive, SimpleSend, OscSendTests
|
6. Build oscpack, OscReceiveTest, SimpleReceive, SimpleSend, OscSendTests
|
||||||
|
|
||||||
## !Build boost.
|
|
||||||
|
|
||||||
## Build ORB_SLAM3
|
## Build ORB_SLAM3
|
||||||
- Instructions are here: https://git.drivecast.tech/PodmogilnyjIvan/ORB_SLAM3
|
- Instructions are here: https://git.drivecast.tech/PodmogilnyjIvan/ORB_SLAM3
|
||||||
- Save the path to your `vcpkg.cmake` file, you'll need it later.
|
- Save the path to your `vcpkg.cmake` file, you'll need it later.
|
||||||
@@ -34,13 +32,15 @@
|
|||||||
|
|
||||||
2. `mkdir build && cd build`
|
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`
|
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...
|
4. Open Visual Studio 16 2019 with Administrative (IMPORTANT!) privilege and open the project
|
||||||
|
5. For `gst_get_ndi` project: Preferences -> Linker -> Input -> Additional Dependencies. Delete Release/ORB_SLAM3.lib if you see this.
|
||||||
|
6. You need to build `gst_get_ndi` and `my_ndi_source` projects. Before building, edit the Preferences of these two projects...
|
||||||
- C/C++ -> Code Generation -> Runtime Library -> MT
|
- C/C++ -> Code Generation -> Runtime Library -> MT
|
||||||
- The path `Boost_DIR/stage/lib` paste to Linker -> General -> Additional Library Directories
|
- The path `Boost_DIR/stage/lib` paste to Linker -> General -> Additional Library Directories
|
||||||
|
|
||||||
5. Change Preferences of oscpack project:
|
7. 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`
|
8. Build `gst_get_ndi` and `my_ndi_source`
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
Along with the library, .cmd and .bat scripts are provided. Put them in the `Project_DIR/build/Release` directory. Project_DIR stands for the MyGst project itself.
|
Along with the library, .cmd and .bat scripts are provided. Put them in the `Project_DIR/build/Release` directory. Project_DIR stands for the MyGst project itself.
|
||||||
|
|||||||
Reference in New Issue
Block a user