You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,23 +23,23 @@ SDR++ is a cross-platform and open source SDR software with the aim of being blo
23
23
24
24
## Nightly Builds
25
25
26
-
Nightly builds contain the very latest features and bugfixes. They are usually just stable as [normal releases](https://github.com/AlexandreRouma/SDRPlusPlus/releases) but are available basically minutes to hours after a change has been pushed to the code.
26
+
Nightly builds contain the very latest features and bugfixes. They are usually just stable as [normal releases](https://github.com/hydrasdr/SDRPlusPlus/releases) but are available basically minutes to hours after a change has been pushed to the code.
27
27
28
-
You can download them [here](https://www.sdrpp.org/nightly). It'll redirect you to the latest nightly on GitHub, scroll down to "Artifacts" and click on the version for your OS.
28
+
You can download them [here](https://github.com/hydrasdr/SDRPlusPlus/releases/tag/nightly). It'll redirect you to the latest nightly on GitHub, scroll down to "Artifacts" and click on the version for your OS.
29
29
30
30
GitHub currently requires an account for the files to be downloadable so make sure you are logged in.
31
31
32
32
## Windows
33
33
34
-
Download the latest release from [the Releases page](https://github.com/AlexandreRouma/SDRPlusPlus/releases) and extract to the directory of your choice.
34
+
Download the latest release from [the Releases page](https://github.com/hydrasdr/SDRPlusPlus/releases) and extract to the directory of your choice.
35
35
36
36
To create a desktop shortcut, rightclick the exe and select `Send to -> Desktop (create shortcut)`, then, rename the shortcut on the desktop to whatever you want.
37
37
38
38
## Linux
39
39
40
40
### Debian-based (Ubuntu, Mint, etc)
41
41
42
-
Download the latest release from [the Releases page](https://github.com/AlexandreRouma/SDRPlusPlus/releases) and extract to the directory of your choice.
42
+
Download the latest release from [the Releases page](https://github.com/hydrasdr/SDRPlusPlus/releases) and extract to the directory of your choice.
43
43
44
44
Then, use apt to install it:
45
45
@@ -57,11 +57,11 @@ Install from source following the instructions below.
57
57
58
58
### Other
59
59
60
-
There are currently no existing packages for other distributions, for these systems you'll have to [build from source](https://github.com/AlexandreRouma/SDRPlusPlus#building-on-linux--bsd).
60
+
There are currently no existing packages for other distributions, for these systems you'll have to [build from source](https://github.com/hydrasdr/SDRPlusPlus#building-on-linux--bsd).
61
61
62
62
## MacOS
63
63
64
-
Download the app bundle from the latest [nightly build](https://www.sdrpp.org/nightly)
64
+
Download the app bundle from the latest [nightly build](https://github.com/hydrasdr/SDRPlusPlus/releases/tag/nightly)
65
65
66
66
Hint from customer if you have issue "HydraSDR RFOne" doesn't appear in the source list on macOS:
67
67
> I got it to work. SDR++ is installed in the folder /Applications.
@@ -74,7 +74,7 @@ Hint from customer if you have issue "HydraSDR RFOne" doesn't appear in the sour
74
74
75
75
## BSD
76
76
77
-
There are currently no BSD packages, refer to [Building on Linux / BSD](https://github.com/AlexandreRouma/SDRPlusPlus#building-on-linux--bsd) for instructions on building from source.
77
+
There are currently no BSD packages, refer to [Building on Linux / BSD](https://github.com/hydrasdr/SDRPlusPlus#building-on-linux--bsd) for instructions on building from source.
78
78
79
79
# Building on Windows
80
80
@@ -276,7 +276,7 @@ sudo make install
276
276
277
277
# Building on MacOS
278
278
279
-
Warning: This is not for the faint of heart and the instructions are mostly untested. It is recommended to use the [nightly builds](https://www.sdrpp.org/nightly) instead.
279
+
Warning: This is not for the faint of heart and the instructions are mostly untested. It is recommended to use the [nightly builds](https://github.com/hydrasdr/SDRPlusPlus/releases/tag/nightly) instead.
0 commit comments