OSCAR-code/README

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-03-13 08:31:35 +00:00
SleepyHead v1.0 branch
SleepyHead is cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data,
which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea.
Requirements:
-------------
2016-03-13 08:31:35 +00:00
Qt5 SDK with webkit (Qt5.5 from http://qt.io/download-open-source recommended)
Linux needs libudev-dev for qserialport to compile
2016-03-13 08:31:35 +00:00
OSX needs Xcode and commandline tools from AppStore
Windows needs MinGW (in Qt5 SDK) or VC++2013 Express (and matching Qt libraries)
Building:
--------
Recommend shadow building to not cruft up the source code folder:
cd ..
mkdir build_sleepyhead
cd build_sleepyhead
qmake ../sleepyhead-code/SleepyHeadQT.pro
2011-06-26 09:14:18 +00:00
make
You may need to add a -spec option to qmake to suit your platform.
Adding -j3 speeds up the make command on a dual core or greater system.
2016-03-13 08:31:35 +00:00
Author: Mark Watkins <mark@jedimark.net>
Copyright (C)2011-2016 Mark Watkins
Licence Stuff
-------------
This software is released under the GNU Public License version 3.0
Exceptions and 3rd Party Libraries:
It uses QuaZip, by Sergey A. Tachenov, which is a C++ wrapper over Gilles Vollant's ZIP/UNZIP package..
http://sourceforge.net/projects/quazip/