File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ## SDR++, The bloat-free SDR software.
1
+ # SDR++, The bloat-free SDR software.
2
2
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
3
3
4
- # Current Features
4
+ ## Current Features
5
5
* Uses SoapySDR for wide hardware support
6
6
* Hardware accelerated graphics (OpenGL + ImGui)
7
7
* SIMD accelerated DSP (parts of the DSP are still missing)
8
8
* Cross-platform
9
9
* Full waterfall update when possible. Makes browsing signals easier and more pleasant
10
10
11
- # Comming soon
11
+ ## Comming soon
12
12
* Multi-VFO
13
13
* Plugins
14
14
* Digital demodulators and decoders
15
15
16
- ## Building on Windows
17
- # Requirements
16
+ # Building on Windows
17
+ ## Requirements
18
18
* cmake
19
19
* vcpkg (for the packages listed below)
20
20
* fftw3
@@ -30,12 +30,12 @@ cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/Users/Alex/vcpkg/scripts/buildsystems/vcpkg.
30
30
cmake --build . --config Release
31
31
```
32
32
33
- ## Building on Linux
33
+ # Building on Linux
34
34
comming soon :)
35
35
36
- ## Building on OSX
36
+ # Building on OSX
37
37
comming soon as well :)
38
38
39
- ## Contributing
39
+ # Contributing
40
40
Feel free to issue pull request and report bugs via the github issues.
41
41
I will soon publish a contributing.md listing the code style to use.
You can’t perform that action at this time.
0 commit comments