From 3be20f0ce2d16946ce6ed024f7f64c2a5b1cdad0 Mon Sep 17 00:00:00 2001 From: silverki Date: Wed, 15 Apr 2015 21:37:52 +0300 Subject: [PATCH] Add ldconfig for shared libraries. --- Operating-System-Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operating-System-Tips.md b/Operating-System-Tips.md index add197b..d4c2eff 100644 --- a/Operating-System-Tips.md +++ b/Operating-System-Tips.md @@ -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