mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-19 05:38:56 +01:00
Updated Operating System Tips (markdown)
@@ -44,7 +44,14 @@ If you used the above steps to install GNU Radio, simply do the following to bui
|
||||
cd ~/hackrf_files && git clone https://github.com/mossmann/hackrf.git
|
||||
cd ~/hackrf_files/hackrf/host/hackrf-tools && mkdir build && cd build && cmake .. && make && sudo make install
|
||||
```
|
||||
|
||||
### Installing on Ubuntu 14.04 with packages
|
||||
This is far the easiest install
|
||||
```
|
||||
sudo add-apt-repository ppa:gqrx/releases
|
||||
sudo apt-get update
|
||||
sudo apt-get dist-upgrade
|
||||
sudo apt-get install gqrx gnuradio gr-osmosdr
|
||||
```
|
||||
|
||||
## OS X (10.5+) with MacPorts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user