mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
63 lines
2.9 KiB
Plaintext
63 lines
2.9 KiB
Plaintext
OpenSource CPAP Analysis Reporter - OSCAR
|
|
|
|
OSCAR is a derivative of SleepyHead version 1.1.0, created when that was abandoned by Mark Watkins.
|
|
|
|
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
|
|
under the GPL version 3 license. See the file COPYING for those details.
|
|
|
|
SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea.
|
|
|
|
SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net>
|
|
|
|
Portions of OSCAR are copyright (c) 2019, 2020 by The OSCAR Team <oscar@oscar-team.org>
|
|
|
|
Minimum Requirements:
|
|
-------------------
|
|
All systems need either qtcreator or qttools5-dev-tools and a C++ compiler and linker
|
|
|
|
All systems need the packages qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev
|
|
|
|
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.
|
|
|
|
Linux also needs libudev-dev and zlib1g-dev
|
|
The current pre-built downloads use the distribution-supplied version of Qt.
|
|
|
|
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.
|
|
|
|
Windows needs MinGW (in Qt5 SDK) or VC++2015 Community, and a matching set of Qt libraries.
|
|
The current pre-built downloads use Qt5.12.8.
|
|
|
|
Windows Building: See Building/Windows/BUILD-WIN.md
|
|
-----------------
|
|
|
|
MacOS Building: See Building/Windows/BUILD-mac.md
|
|
---------------
|
|
|
|
Linux Building: See Building/Windows/BUILD-Linux-md
|
|
---------------
|
|
|
|
Software Licensing Information
|
|
------------------------------
|
|
OSCAR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution
|
|
in redistribution of derivatives.
|
|
|
|
It is built using Qt SDK (Open Source Edition), available from http://qt.io.
|
|
|
|
Redistribution of derivatives ( a note added by Mark Watins )
|
|
-----------------------------
|
|
Mark Watkins created this software to help lessen the exploitation of others. Seeing his work being used to exploit others
|
|
is incredibly un-motivational, and incredibly disrespectful of all the work he put into this project.
|
|
|
|
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,
|
|
developed and copyright by Mark Watkins (C) 2011-2018."
|
|
|
|
It is not enough to reference that your derivative "is based on GPL software".
|
|
|