From 38ae6e268c70dd4019986fbbc5c52b8719a57a1f Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 24 Feb 2023 06:29:06 +0100 Subject: [PATCH 1/2] adding note to clone with submodules --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cec907d..21b2126 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Compared to the entire OBS+NDI stack (300 MB RAM), NDI Streamer only uses 30 MB > Linux users: You may need to install some development dependencies. `$> apt install libxtst-dev libxinerama-dev libx11-dev libxfixes-dev` +`git clone --recurse-submodules ` + ```bash cmake . # Generate makefiles make # Build the program at build/ndi-streamer From 44e329a9fc752c82549d83c725f33776223c369c Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 24 Feb 2023 07:37:40 +0100 Subject: [PATCH 2/2] further removing problems during building --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21b2126..60185a9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Compared to the entire OBS+NDI stack (300 MB RAM), NDI Streamer only uses 30 MB `git clone --recurse-submodules ` +Also make sure to have the NDI SDK available and copied to ./lib/NDI SDK for Linux (still needs additional fixes for the problem... TODO + ```bash cmake . # Generate makefiles make # Build the program at build/ndi-streamer