Skip to content

Ein alternatives Interface, das die Standard-API der Messhardware “LENlab v3.1” des IBT am KIT (www.ibt.kit.edu) implementiert. Läuft unter Linux und Mac OS, ein Windows-Port ist gerade in Entwicklung. Kommt im Gegensatz zur Original-Software ohne MATLAB aus, baut auf qt4, qwt und fftw auf.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING.TXT
Notifications You must be signed in to change notification settings

flesniak/qlenlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qlenlab

Ein alternatives Interface, das die Standard-API der Messhardware “LENlab v3.1” des IBT am KIT (www.ibt.kit.edu) implementiert. Läuft unter Linux und Mac OS, ein Windows-Port ist gerade in Entwicklung. Kommt im Gegensatz zur Original-Software ohne MATLAB aus, baut auf qt4, qwt und fftw auf.

Kompilieren (Unix)

Um qlenlab zu kompilieren werden qt4, qwt6 und fftw benötigt. In manchen Fällen (wenn Qt5 und Qt4 installiert ist) muss der Aufruf von qmake durch qmake-qt4 ersetzt werden.

$ mkdir build
$ cd build
$ qmake ..
$ make

An diesem Punkt lässt sich die Datei qlenlab direkt ausführen, man kann qlenlab aber auch direkt installieren (aus dem Ordner build):

$ sudo make install

Das Installationsverzeichnis wird nicht wie üblich mit der DESTDIR-Variable gesetzt sondern mit INSTALL_ROOT.

About

Ein alternatives Interface, das die Standard-API der Messhardware “LENlab v3.1” des IBT am KIT (www.ibt.kit.edu) implementiert. Läuft unter Linux und Mac OS, ein Windows-Port ist gerade in Entwicklung. Kommt im Gegensatz zur Original-Software ohne MATLAB aus, baut auf qt4, qwt und fftw auf.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING.TXT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages