SigViewer is a viewing application for biosignals such as EEG or MEG time series. In addition to viewing raw data, SigViewer can also create, edit, and display event information (such as annotations or artifact selections).
SigViewer depends on the following external libraries:
General instructions:
- Install Qt 5 development packages
- Download the "external" archive for the appropriate platform from http://sigviewer.sourceforge.net/
- Extract the "external" archive into SigViewer's source folder (the folder where "sigviewer.pro" is located)
- Run
qmake sigviewer.pro && make
The SigViewer binary can be found in the "bin" directory (release or debug subfolders).
Debian/Ubuntu:
- Build SigViewer
- To create a .deb package, run
./build-deb.sh