From 26ded8686f1ffaa60a49e0797f001ad9d503bb4a Mon Sep 17 00:00:00 2001 From: ecosin Date: Tue, 2 Jul 2013 11:55:44 -0700 Subject: [PATCH] Updated Operating System Tips (markdown) --- Operating-System-Tips.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Operating-System-Tips.md b/Operating-System-Tips.md index 99b8ab3..baabeac 100644 --- a/Operating-System-Tips.md +++ b/Operating-System-Tips.md @@ -32,6 +32,7 @@ mkdir build && cd build cmake ../ make -j4 // example build command to speed up compilation process when 4 cores are available sudo make install +sudo ldconfig ``` 4. `gr-osmosdr` ```