mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
more fixes
This commit is contained in:
@ -46,6 +46,7 @@ SDR++ is a cross-platform and open source SDR software with the aim of being blo
|
||||
* glew
|
||||
* PothosSDR (for libvolk and SoapySDR)
|
||||
|
||||
## The build
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
@ -53,6 +54,10 @@ cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/Users/Alex/vcpkg/scripts/buildsystems/vcpkg.
|
||||
cmake --build . --config Release
|
||||
```
|
||||
|
||||
## Copying over needed directories
|
||||
The last step of the build process is copying the `bandplans` and `res` directories to the output directory.
|
||||
If you followed the steps above, it should be `build/Release`.
|
||||
|
||||
# Building on Linux
|
||||
comming soon :)
|
||||
|
||||
|
Reference in New Issue
Block a user