Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Compared to the entire OBS+NDI stack (300 MB RAM), NDI Streamer only uses 30 MB
> Linux users: You may need to install some development dependencies.
`$> apt install libxtst-dev libxinerama-dev libx11-dev libxfixes-dev`

`git clone --recurse-submodules <github-link>`

Also make sure to have the NDI SDK available and copied to ./lib/NDI SDK for Linux (still needs additional fixes for the <ld> problem... TODO

```bash
cmake . # Generate makefiles
make # Build the program at build/ndi-streamer
Expand Down