From 0711251fbc5c739df29b8d6e2d5a9aaea37eaebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9F=D0=BE=D0=B4=D0=BC=D0=BE?= =?UTF-8?q?=D0=B3=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9?= Date: Sun, 4 Sep 2022 00:25:37 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 837b080..65373a9 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ UPDATE: Implemented send/receive pipeline with the NDI protocol. 4. Change Pangolin_DIR ### Building -1. Go to the Gstreamer installation path and source the environment: `cd MediaFramework` and then `source deploy-linux/set-env.sh` -2. `cd cv_networking_pipeline_linux` and then `mkdir build && cd build` -2. `cmake ..` -3. `make` +Go to the Gstreamer installation path and source the environment: `cd MediaFramework` and then `source deploy-linux/set-env.sh` +``` +cd cv_networking_pipeline_linux` and then `mkdir build && cd build +cmake .. +make +``` ## Running