Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.01 KB

XDF Streamer

XDF Streamer is a Qt C++ application that streams signals from XDF files to lab streaming layer.

XDF Streamer

Download

You can find prebuilt distributions of XdfStreamer on the releases page.

Requirements

Build Instructions

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