Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
featherbear committed Oct 12, 2020
1 parent 3ccdc66 commit 0677267
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ Compared to the entire OBS+NDI stack (300 MB RAM), NDI Streamer only uses 30 MB

---

## Building

> Linux users: You may need to install some development dependencies.
`$> apt install libxtst-dev libxinerama-dev libx11-dev libxfixes-dev`
```bash
cmake . # Generate makefiles
make # Build the program at build/ndi-streamer
```

---

## License

This software is licensed under the MIT license, as can be viewed [here](LICENSE.md).
Expand Down

0 comments on commit 0677267

Please sign in to comment.