/EDFbrowser

A free, opensource, multiplatform, universal viewer and toolbox intended for, but not limited to, timeseries storage files like EEG, EMG, ECG, BioImpedance, etc.

Primary LanguageC++OtherNOASSERTION

Requirements
============
Qt (minimum version 4.7.1 or later, preferable 4.8.5, Do not use Qt 5.x.x to compile EDFbrowser!!) http://qt-project.org/

The GCC compiler or MinGW on windows. <http://mingw.org/>



Introduction
============

EDFbrowser is a Qt4 application and uses qmake as part of the build
process.  qmake is part of your Qt4 installation.



Build and run without "installing"
==================================

You need to have Qt and GCC (MinGW on Windows) installed.

Extract the sourcefile and enter the following commands:

qmake

make

Now you can run the program.