Skip to content

Commit ae47050

Browse files
author
Ryzerth
committed
new readme.md
1 parent 09d874a commit ae47050

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
## SDR++, The bloat-free SDR software.
1+
# SDR++, The bloat-free SDR software.
22
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
33

4-
# Current Features
4+
## Current Features
55
* Uses SoapySDR for wide hardware support
66
* Hardware accelerated graphics (OpenGL + ImGui)
77
* SIMD accelerated DSP (parts of the DSP are still missing)
88
* Cross-platform
99
* Full waterfall update when possible. Makes browsing signals easier and more pleasant
1010

11-
# Comming soon
11+
## Comming soon
1212
* Multi-VFO
1313
* Plugins
1414
* Digital demodulators and decoders
1515

16-
## Building on Windows
17-
# Requirements
16+
# Building on Windows
17+
## Requirements
1818
* cmake
1919
* vcpkg (for the packages listed below)
2020
* fftw3
@@ -30,12 +30,12 @@ cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/Users/Alex/vcpkg/scripts/buildsystems/vcpkg.
3030
cmake --build . --config Release
3131
```
3232

33-
## Building on Linux
33+
# Building on Linux
3434
comming soon :)
3535

36-
## Building on OSX
36+
# Building on OSX
3737
comming soon as well :)
3838

39-
## Contributing
39+
# Contributing
4040
Feel free to issue pull request and report bugs via the github issues.
4141
I will soon publish a contributing.md listing the code style to use.

0 commit comments

Comments
 (0)