Skip to content
/ sigviewer Public
forked from cbrnr/sigviewer

SigViewer is a viewing application for biosignals.

License

Notifications You must be signed in to change notification settings

yqxu/sigviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content
=======
- Compiling
- Building Installation Packages


Compiling
---------

SigViewer depends on the following external libraries:

- QT 4 (qt4-core and qt4-gui)
  http://www.qtsoftware.com
- FFTW 3
  http://www.fftw.org
- biosig4c++
  http://biosig.sourceforge.net

General building steps:

1. install qt4 development packages

2. compile (compiler defines: WITHOUT_NETWORK, WITHOUT_CHOLMOD) and copy the static biosig library (libbiosig.a, biosig.lib, ...) 
   and the biosig header file (biosig.h) into the "extern" directory

3. Install libfftw3-dev
   OR put the static libfftw3 library (libfftw3.a, fftw3.lib, ...) and
      the header file (fftw3.h) into the "extern" directory

4. use qmake to generate a makefile and call make:
   qmake sigviewer.pro && make

The SigViewer binary can be found in the "bin" directory.



Building Installation Packages
------------------------------

Debian / Ubuntu / Kubuntu:
  1. build/compile SigViewer

  2. run the script build-deb.sh
     
        ./build-deb.sh
     or

        ./build-deb.sh
  
  3. the deb file is automatically generated

About

SigViewer is a viewing application for biosignals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • QMake 1.1%
  • Other 0.4%