1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Update Readme.md

Instructions for Manjaro
This commit is contained in:
f4exb 2016-01-10 22:52:54 +01:00
parent 04c6f0320f
commit 97d679c065

View File

@ -163,6 +163,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.
<h2>Manjaro</h2>
Tested with the 15.09 version with LXDE desktop (community supported). The exact desktop environment shold not matter anyway:
`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.
Note for udev rules: the same as for openSUSE and Fedora applies.
<h1>Known Issues</h1>
- The message queuing model supports a n:1 connection to an object (on its input queue) and a 1:1 connection from an object (on its output queue). Assuming a different model can cause insidious disruptions.