Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 491 Bytes

Carousel

An NDI source finder & viewer, made to work on Linux & Windows

How to Build

Linux

I recommend using ninja as your generator.

mkdir Build
cd Build
cmake -G Ninja ..
ninja

Windows

I also recommend using ninja as your generator, but a VS Project is probably fine too.

This currently does not build out of the box on Windows, you will have to point CMake explicitly to GLFW headers and libraries, and NDI libraries -- but it does build if you do so.