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