mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 10:58:29 +01:00
updated readme
This commit is contained in:
parent
d83da38d79
commit
22541ae0f4
10
readme.md
10
readme.md
@ -31,7 +31,15 @@ Download the latest release from [the Releases page](https://github.com/Alexandr
|
|||||||
To create a desktop short, rightclick the exe and select `Send to -> Desktop (create shortcut)`, then, rename the shortcut on the desktop to whatever you want.
|
To create a desktop short, rightclick the exe and select `Send to -> Desktop (create shortcut)`, then, rename the shortcut on the desktop to whatever you want.
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
TODO
|
Download the latest release from [the Releases page](https://github.com/AlexandreRouma/SDRPlusPlus/releases) and extract to the directory of your choice.
|
||||||
|
|
||||||
|
Then, run:
|
||||||
|
```sh
|
||||||
|
sudo apt install libfftw3-dev libglfw3-dev libglew-dev libvolk2-dev libsoapysdr-dev libairspyhf-dev libiio-dev libad9361-dev portaudio19-dev
|
||||||
|
sudo dpkg -i sdrpp_debian_amd64.deb
|
||||||
|
```
|
||||||
|
|
||||||
|
If `libvolk2-dev` is not available, use `libvolk1-dev`.
|
||||||
|
|
||||||
## MacOS
|
## MacOS
|
||||||
TODO
|
TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user