labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.
MIT License
123 stars 45 forks source link

Add the ability to build CLI only #85

Closed Roedy13 closed 2 years ago

Roedy13 commented 2 years ago

I want to use LabRecorderCLI in an embedded, containerized application. There is no reason to install QT libraries into the container when they will never be used. It would be extremely helpful to have a cmake option to only compile LabRecoderCLI

I've written a CMakeList.txt file to enable this, and I'd be happy to push it up, but it seems I don't have permission to create a new branch.

agricolab commented 2 years ago

Thanks! That sounds like a very interesting option. What should work is that you fork the repo, and then create your own branch for a PR.

cboulay commented 2 years ago

Closed by #86