XDF Streamer is a Qt C++ application that streams signals from XDF files to lab streaming layer.
You can find prebuilt distributions of XdfStreamer on the releases page.
If the dependencies are not installed to standard system folders then you will need to tell CMake where to find them. Add one or more of the following CMake arguments as needed:
- -DQt5_DIR=/volume/Qt/{platform}/lib/cmake/Qt5
- -DLSL_INSTALL_ROOT=path/to/liblsl/unpack/
- -DXDF_INSTALL_ROOT=path/to/xdf/unpack/
If you are debugging or not intending to install to the system, then you need to change the install dir:
- -DCMAKE_INSTALL_PREFIX=${PWD}/build/install