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