mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-03 01:30:43 +00:00
Changed pholy to CrimsonNape
This commit is contained in:
parent
ffa9f9d8c4
commit
d16e40388d
@ -17,7 +17,7 @@ After installing the required packages:
|
||||
|
||||
$ mkdir OSCAR
|
||||
$ cd OSCAR
|
||||
$ git clone https://gitlab.com/pholy/OSCAR-code.git
|
||||
$ git clone https://gitlab.com/CrimsonNape/OSCAR-code.git
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ qmake ../OSCAR-code/OSCAR_QT.pro.
|
||||
|
@ -52,7 +52,7 @@ NOTE: Official builds are currently made with [macOS 10.14 Mojave] and Command-L
|
||||
|
||||
1. Build OSCAR:
|
||||
|
||||
git clone https://gitlab.com/pholy/OSCAR-code.git
|
||||
git clone https://gitlab.com/CrimsonNape/OSCAR-code.git
|
||||
cd OSCAR-code
|
||||
mkdir build
|
||||
cd build
|
||||
|
@ -181,7 +181,7 @@ This also allows building using windows shortcuts.
|
||||
|
||||
## Start Developing Oscar in Qt Creator
|
||||
|
||||
In browser, log into your account at gitlab.com. Select the Oscar project at https://gitlab.com/pholy/OSCAR-code. Clone a copy of the repository to a location on your computer.
|
||||
In browser, log into your account at gitlab.com. Select the Oscar project at https://gitlab.com/CrimsonNape/OSCAR-code. Clone a copy of the repository to a location on your computer.
|
||||
|
||||
Start QT. There are two QT Oscar project files: OSCAR_QT.pro in the Oscar-code directory, and Oscar.pro in the Oscar-code\\oscar directory. You may use *either* project file. Both will create a running version of Oscar. I find building with Oscar.pro in the Oscar-code\\oscar directory to be very slightly faster, but the difference is negligible.
|
||||
|
||||
|
@ -22,7 +22,7 @@ Setting aside the religious wars that can arise over any development methodology
|
||||
### How Do I Develop in a Branch?
|
||||
|
||||
0. Create your own fork of the repo and configure it to stay up-to-date with the upstream repo.
|
||||
* Go to https://gitlab.com/pholy/OSCAR-code and click on **Fork** in the top right of the project page.
|
||||
* Go to https://gitlab.com/CrimsonNape/OSCAR-code and click on **Fork** in the top right of the project page.
|
||||
* In your fork's sidebar, go to **Settings > Repository** then click on **Expand** for "Mirroring repositories".
|
||||
* Enter "https://gitlab.com/pholy/OSCAR-code.git" for the repository **URL**, make sure the mirror is set to **Pull** and then click **Mirror repository**.
|
||||
|
||||
|
@ -400,7 +400,7 @@ void done()
|
||||
// ahiChannels did not get cleared since day1 OSCAR when a reset was required.
|
||||
// when reset occured then the Overview AHI graph would should an addtional set of channels.
|
||||
// this fix just clears the variable that stores ahi data.
|
||||
// probelm #59 https://gitlab.com/pholy/OSCAR-code/-/issues/59
|
||||
// probelm #59 https://gitlab.com/.../OSCAR-code/-/issues/59
|
||||
ahiChannels.clear();
|
||||
|
||||
schema_initialized = false;
|
||||
|
@ -48,7 +48,7 @@ class MainWindow;
|
||||
This document is an attempt to provide a little technical insight into OSCAR's program internals.
|
||||
|
||||
\section project_info Further Information
|
||||
OSCAR is hosted on <a href="https://gitlab.com/pholy/OSCAR-code">Gitlab</a> with full source code available there.
|
||||
OSCAR is hosted on <a href="https://gitlab.com/CrimsonNape/OSCAR-code">Gitlab</a> with full source code available there.
|
||||
|
||||
Help for users can be found in the <a href="http://www.apneaboard.com/wiki/index.php?title=OSCAR_Help">OSCAR Help Wiki</a>.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user