From 6247a904cf62425539aa7fedc2d367eb8b215d54 Mon Sep 17 00:00:00 2001 From: Ricky Zhang Date: Wed, 15 Aug 2018 17:32:55 -0400 Subject: [PATCH] Updated Operating System Tips (markdown) --- Operating-System-Tips.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Operating-System-Tips.md b/Operating-System-Tips.md index 24d788d..ba054cb 100644 --- a/Operating-System-Tips.md +++ b/Operating-System-Tips.md @@ -72,6 +72,12 @@ USE="hackrf" emerge gr-osmosdr pacman -S gnuradio gnuradio-osmosdr pacman -S gnuradio-companion ``` +## Fedora Linux +There is no need to build gnuradio, gr-osmosdr or libhackrf. Fedora upstream package already provides them out-of-box. + +```bash +sudo dnf install gnuradio gr-osmosdr hackrf gqrx -y +``` ## other Linux distributions