From 7ad7922a098db2e550df700215e2f57b4ef91a1e Mon Sep 17 00:00:00 2001 From: FFY00 Date: Thu, 12 Jul 2018 17:25:38 +0100 Subject: [PATCH] Docs: update Arch Linux information --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e0d7fa8b5..5e486aa35 100644 --- a/Readme.md +++ b/Readme.md @@ -405,16 +405,16 @@ Then you should be all set to build the software with `cmake` and `make` as disc - Note for udev rules: the same as for openSUSE applies. This is detailed in the previous paragraph for openSUSE. -

Manjaro

+

Arch Linux / Manjaro

-Tested with the 15.09 version with LXDE desktop (community supported). The exact desktop environment should not matter anyway. Since Manjaro is Arch Linux based prerequisites should be similar for Arch and all derivatives. +Tested with the 15.09 version with LXDE desktop (community supported). The exact desktop environment should not matter anyway. Prerequisites should be similar for Arch and all derivatives. `sudo pacman -S cmake pkg-config fftw qt5-multimedia qt5-tools qt5-base libusb boost boost-libs pulseaudio` Then you should be all set to build the software with `cmake` and `make` as discussed earlier. - Note1 for udev rules: the same as for openSUSE and Fedora applies. - - Note2: A package has been created in the AUR (thanks Mikos!), see: [sdrangel-git](https://aur.archlinux.org/packages/sdrangel-git). It is based on the `205fee6` commit of 8th December 2015. + - Note2: Two package are avaliable in the AUR (thanks Mikos!), [sdrangel](https://aur.archlinux.org/packages/sdrangel), which provides the lastest tagged release (stable), and [sdrangel-git](https://aur.archlinux.org/packages/sdrangel-git), which builds the latest commit from this repository (unstable).

Windows