update readme for avahi
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user