Skip to content

Commit a043ab2

Browse files
Merge pull request AlexandreRouma#1185 from daviderud/master
Netherlands bandplan and readme correction
2 parents 0632342 + d270e1c commit a043ab2

File tree

2 files changed

+3181
-4
lines changed

2 files changed

+3181
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The preferred IDE is [VS Code](https://code.visualstudio.com/) in order to have
7676

7777
* [cmake](https://cmake.org)
7878
* [vcpkg](https://vcpkg.io)
79-
* [PothosSDR](https://github.com/pothosware/PothosSDR) (This will install libraries for most SDRs)
79+
* [PothosSDR](https://github.com/pothosware/PothosSDR) (This will install libraries for most SDRs. You have to install it in `C:/Program Files/PothosSDR`)
8080
* [RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/) (You have to build and install it in `C:/Program Files (x86)/RtAudio/`)
8181

8282
After this, install the following dependencies using vcpkg:
@@ -115,16 +115,16 @@ You will next need to edit the `root_dev/config.json` file to point to the modul
115115
From the top directory, you can simply run:
116116

117117
```bat
118-
./build/Release/sdrpp.exe -r root_dev -s
118+
./build/Release/sdrpp.exe -r root_dev -c
119119
```
120120

121121
Or, if you wish to run from the build directory e.g. `build/Release` and adapt the relative path to the `root_dev` folder:
122122

123123
```bat
124-
./sdrpp.exe -r ../../root_dev -s
124+
./sdrpp.exe -r ../../root_dev -c
125125
```
126126

127-
The optional `-s` argument is for keeping the console active in order to see the error messages.
127+
The optional `-c` argument is for keeping the console active in order to see the error messages.
128128

129129
Because all the paths are relative, for the rest of the command line instructions we are going to assume you are running from the top directory using the former command.
130130
As mentioned previously you need to edit `root_dev/config.json` to add the modules that were built. From the default configuration file you need to add the paths in the `modules` section. Add to this list all the modules you wish to use.

0 commit comments

Comments
 (0)