From a64a654d8a14ea4c318403fa1ecb97d8ec437f5d Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Sun, 26 Apr 2020 04:31:57 +0900 Subject: [PATCH] How to build --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index b0e8a81..519221b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ # ndi-python +NewTek NDI Python wrapper + +## Setup +### Windows and mac +Donwload and install NDI SDK. +https://ndi.tv/sdk/ + +### Arch Linux +``` +yay ndi-sdk +``` + +## Clone and build +``` +git clone https://github.com/buresu/ndi-python.git --recursive +cd /path/to/build +cmake /path/to/project +cmake --build /path/to/build --config Release +``` +After build copy ndi-python binary and NDI binary to execute directory. +Enjoy! ## License ndi-python is MIT License