From c594b9d2b111c93a931e8689d8736acfa169ac17 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Fri, 18 Mar 2022 09:18:50 +0900 Subject: [PATCH] update readme for avahi --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b12fc00..75d85d8 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,27 @@ NewTek NDI Python wrapper ## Setup -### Windows, mac, ubuntu +### Windows, Mac Donwload and install NDI SDK. https://ndi.tv/sdk/ -### Arch Linux +### Ubuntu +Donwload and install NDI SDK. +https://ndi.tv/sdk/ ``` -yay -S ndi-sdk +sudo apt install avahi-daemon +sudo systemctl enable --now avahi-daemon ``` -## Clone +### Arch Linux ``` -git clone https://github.com/buresu/ndi-python.git --recursive +yay -S avahi ndi-sdk +sudo systemctl enable --now avahi-daemon ``` ## Build ``` +git clone --recursive https://github.com/buresu/ndi-python.git cd /path/to/build cmake /path/to/project cmake --build /path/to/build --config Release @@ -35,4 +40,4 @@ Enjoy! ## License ndi-python is MIT License -NDI follows NDI's license \ No newline at end of file +NDI follows NDI's license