mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-07 07:48:15 +01:00
Add ldconfig for shared libraries.
@@ -42,7 +42,7 @@ Note: These instructions use the older build-gnuradio instead of the newer [PyBO
|
||||
If you used the above steps to install GNU Radio, simply do the following to build and install the HackRF tools:
|
||||
```
|
||||
cd ~/hackrf_files && git clone https://github.com/mossmann/hackrf.git
|
||||
cd ~/hackrf_files/hackrf/host && mkdir build && cd build && cmake .. && make && sudo make install
|
||||
cd ~/hackrf_files/hackrf/host && mkdir build && cd build && cmake .. && make && sudo make install && sudo ldconfig
|
||||
```
|
||||
## OS X (10.5+) with MacPorts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user