Add ldconfig for shared libraries.

silverki
2015-04-15 21:37:52 +03:00
parent 66183a8178
commit 3be20f0ce2

@@ -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