more fixes

This commit is contained in:
Ryzerth
2020-08-05 12:50:34 +02:00
parent 08292c279e
commit e24e3cbc2a
58 changed files with 19 additions and 3755 deletions

View File

@ -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 :)