From 22541ae0f4fcacf9599508547f06d837cb521674 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 24 Dec 2020 16:27:12 +0100 Subject: [PATCH] updated readme --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 44448f21..aed73f0e 100644 --- a/readme.md +++ b/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. ## 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 TODO