append readme

This commit is contained in:
PodmogilnyjIvan
2021-12-05 08:57:15 -08:00
parent 23acb5817c
commit a21ada5d10

View File

@@ -27,9 +27,9 @@
## Build MyGst ## Build MyGst
1. In `CMakeLists.txt` file 1. In `CMakeLists.txt` file
- Under `OSC BEGIN` section define your `OSC_DIR` 1. Under `OSC BEGIN` section define your `OSC_DIR`
- Under `ORB_SLAM3 BEGIN` section define directories for all of the libraries mentioned in the file. 2. Under `ORB_SLAM3 BEGIN` section define directories for all of the libraries mentioned in the file.
- Under `OpenCV BEGIN` section in `set(OpenCV_DIR XXX)` instead of XXX define your directory. 3. Under `OpenCV BEGIN` section in `set(OpenCV_DIR XXX)` instead of XXX define your directory.
2. `mkdir build && cd build` 2. `mkdir build && cd build`