update readme for avahi

This commit is contained in:
Naoto Kondo
2022-03-18 09:18:50 +09:00
parent 9b16bfc3f2
commit c594b9d2b1

View File

@@ -2,22 +2,27 @@
NewTek NDI Python wrapper NewTek NDI Python wrapper
## Setup ## Setup
### Windows, mac, ubuntu ### Windows, Mac
Donwload and install NDI SDK. Donwload and install NDI SDK.
https://ndi.tv/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 ## Build
``` ```
git clone --recursive https://github.com/buresu/ndi-python.git
cd /path/to/build cd /path/to/build
cmake /path/to/project cmake /path/to/project
cmake --build /path/to/build --config Release cmake --build /path/to/build --config Release