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
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The preferred IDE is [VS Code](https://code.visualstudio.com/) in order to have
76
76
77
77
*[cmake](https://cmake.org)
78
78
*[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`)
80
80
*[RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/) (You have to build and install it in `C:/Program Files (x86)/RtAudio/`)
81
81
82
82
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
115
115
From the top directory, you can simply run:
116
116
117
117
```bat
118
-
./build/Release/sdrpp.exe -r root_dev -s
118
+
./build/Release/sdrpp.exe -r root_dev -c
119
119
```
120
120
121
121
Or, if you wish to run from the build directory e.g. `build/Release` and adapt the relative path to the `root_dev` folder:
122
122
123
123
```bat
124
-
./sdrpp.exe -r ../../root_dev -s
124
+
./sdrpp.exe -r ../../root_dev -c
125
125
```
126
126
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.
128
128
129
129
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.
130
130
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