From bf7dffc1e95456a0e4211602cc0e5dc8d2a47f15 Mon Sep 17 00:00:00 2001 From: Kyle Keen Date: Sun, 15 Mar 2015 08:55:01 -0400 Subject: [PATCH] Updated Operating System Tips (markdown) --- Operating-System-Tips.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Operating-System-Tips.md b/Operating-System-Tips.md index 2f6723a..add197b 100644 --- a/Operating-System-Tips.md +++ b/Operating-System-Tips.md @@ -59,6 +59,13 @@ emerge hackrf-tools USE="hackrf" emerge gr-osmosdr ``` +## Arch Linux + +``` +pacman -S gnuradio gnuradio-osmosdr +pacman -S gnuradio-companion +``` + ## other Linux distributions If your distribution is based on RPM or DEB, then easiest is to use [PyBOMBS](http://gnuradio.org/pybombs) to automatically compile and install libhackrf, gr-osmosdr, and GNU Radio from source. \ No newline at end of file