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
## 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
NDI follows NDI's license