2019-02-24 15:26:14 +00:00
|
|
|
OpenSource CPAP Analysis Reporter - OSCAR
|
2018-04-22 12:06:48 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
OSCAR is a derivative of SleepyHead version 1.1.0, created when that was abandoned by Mark Watkins.
|
2011-05-28 09:16:46 +00:00
|
|
|
|
2019-03-10 16:03:19 +00:00
|
|
|
SleepyHead was a 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. It was released
|
2019-02-13 18:22:54 +00:00
|
|
|
under the GPL version 3 license. See the file COPYING for those details.
|
2011-05-28 09:16:46 +00:00
|
|
|
|
2019-02-13 18:22:54 +00:00
|
|
|
SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea.
|
2016-04-15 01:15:07 +00:00
|
|
|
|
2019-02-13 18:22:54 +00:00
|
|
|
SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net>
|
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
Portions of OSCAR are copyright (c) 2019, 2020 by The OSCAR Team <oscar@oscar-team.org>
|
2016-04-15 01:15:07 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
Minimum Requirements:
|
2020-04-20 21:16:04 +00:00
|
|
|
-------------------
|
2020-04-23 20:11:48 +00:00
|
|
|
All systems need either qtcreator or qttools5-dev-tools and a C++ compiler and linker
|
2019-03-10 16:03:19 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
All systems need the packages qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev
|
2019-03-10 16:03:19 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
Oscar can be built without the Help module with Qt5.7 SDK (for Debian Stretch, for example)
|
|
|
|
|
|
|
|
The Help module (The Help texts are incomplete, and language support is incomplete) requires Qt5.9 SDK,
|
|
|
|
additionally, the QT modules libqt5help5, qttools5-dev, and qttools5-dev-tools are required.
|
2019-04-15 15:12:59 +00:00
|
|
|
|
2019-03-10 16:03:19 +00:00
|
|
|
Linux also needs libudev-dev and zlib1g-dev
|
2020-04-23 20:11:48 +00:00
|
|
|
The current pre-built downloads use the distribution-supplied version of Qt.
|
2014-09-11 14:23:08 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
OSX needs an Xcode version that supports the version of Qt to be used, and commandline tools from AppStore,
|
|
|
|
The current pre-built downloads use Qt5.12.8.
|
2016-03-13 08:31:35 +00:00
|
|
|
|
2018-06-13 04:17:58 +00:00
|
|
|
Windows needs MinGW (in Qt5 SDK) or VC++2015 Community, and a matching set of Qt libraries.
|
2020-04-23 20:11:48 +00:00
|
|
|
The current pre-built downloads use Qt5.12.8.
|
2014-09-11 14:23:08 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
Windows Building: See Building/Windows/BUILD-WIN.md
|
|
|
|
-----------------
|
2011-12-25 08:17:24 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
MacOS Building: See Building/Windows/BUILD-mac.md
|
2018-04-26 19:10:48 +00:00
|
|
|
---------------
|
2011-12-25 08:17:24 +00:00
|
|
|
|
2020-04-23 20:11:48 +00:00
|
|
|
Linux Building: See Building/Windows/BUILD-Linux-md
|
|
|
|
---------------
|
2011-05-28 09:16:46 +00:00
|
|
|
|
2016-04-15 01:15:07 +00:00
|
|
|
Software Licensing Information
|
|
|
|
------------------------------
|
2019-02-24 15:26:14 +00:00
|
|
|
OSCAR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution
|
2016-04-15 01:18:04 +00:00
|
|
|
in redistribution of derivatives.
|
2016-04-15 01:15:07 +00:00
|
|
|
|
|
|
|
It is built using Qt SDK (Open Source Edition), available from http://qt.io.
|
|
|
|
|
2019-02-13 18:22:54 +00:00
|
|
|
Redistribution of derivatives ( a note added by Mark Watins )
|
2016-04-15 01:15:07 +00:00
|
|
|
-----------------------------
|
2019-03-10 16:03:19 +00:00
|
|
|
Mark Watkins created this software to help lessen the exploitation of others. Seeing his work being used to exploit others
|
2019-02-13 18:22:54 +00:00
|
|
|
is incredibly un-motivational, and incredibly disrespectful of all the work he put into this project.
|
2016-04-15 01:15:07 +00:00
|
|
|
|
2019-03-10 16:03:19 +00:00
|
|
|
If you plan on reselling any derivatives of SleepyHead, I specifically request that you give due credit and
|
|
|
|
link back, mentioning clearly in your advertising material, software installer and about screens that your
|
|
|
|
derivative "is based on the free and open-source software SleepyHead available from http://sleepyhead.jedimark.net,
|
2019-02-13 18:22:54 +00:00
|
|
|
developed and copyright by Mark Watkins (C) 2011-2018."
|
2016-04-15 01:15:07 +00:00
|
|
|
|
|
|
|
It is not enough to reference that your derivative "is based on GPL software".
|
2011-05-28 09:16:46 +00:00
|
|
|
|