From 23b3bcc8390baf07bb3e63ba66f40c896e2a77b7 Mon Sep 17 00:00:00 2001 From: PodmogilnyjIvan Date: Sun, 5 Dec 2021 08:58:16 -0800 Subject: [PATCH] append readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bbe48d..36b6cc5 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ ## Build MyGst 1. In `CMakeLists.txt` file - 1. Under `OSC BEGIN` section define your `OSC_DIR` - 2. Under `ORB_SLAM3 BEGIN` section define directories for all of the libraries mentioned in the file. - 3. Under `OpenCV BEGIN` section in `set(OpenCV_DIR XXX)` instead of XXX define your directory. + 1. Under `OSC BEGIN` section define your `OSC_DIR` + 2. Under `ORB_SLAM3 BEGIN` section define directories for all of the libraries mentioned in the file. + 3. Under `OpenCV BEGIN` section in `set(OpenCV_DIR XXX)` instead of XXX define your directory. 2. `mkdir build && cd build`