Update 'README.md'

This commit is contained in:
2022-09-03 21:16:05 +03:00
parent bffcb76d28
commit d281af69c2

View File

@@ -9,6 +9,12 @@ UPDATE: Implemented send/receive pipeline with the NDI protocol.
### Requirements ### Requirements
1. Install Gstreamer from the following tutorial: Как_устанавливать_GStreamer.pdf included in this repository. (NOTE: The PDF reader in Gitea can show broken files. If that's the case please use the other reader) 1. Install Gstreamer from the following tutorial: Как_устанавливать_GStreamer.pdf included in this repository. (NOTE: The PDF reader in Gitea can show broken files. If that's the case please use the other reader)
### Changes to CMakeLists.txt
1. Change ORB-SLAM3_DIR
2. Set MY_GST_PATH to the GST_ROOT (Gstreamer installation directory)
3. Set MY_NDI_SDK_PATH (it has to set the path to ndi_sdk_for_linux directory)
4. Change Pangolin_DIR
### Building ### Building
1. `mkdir build && cd build` 1. `mkdir build && cd build`
2. `cmake ..` 2. `cmake ..`