From 059e3d608a0a55a6838d164de6960c8e2cfa70a9 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Thu, 23 Oct 2014 13:55:51 -0700 Subject: [PATCH] Add a missing command (sudo ldconfig) --- SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SETUP.md b/SETUP.md index 7f9b67f..21a18a0 100644 --- a/SETUP.md +++ b/SETUP.md @@ -31,6 +31,7 @@ $ ./configure && make && sudo make install && cd .. $ wget https://github.com/protobuf-c/protobuf-c/releases/download/v1.0.2/protobuf-c-1.0.2.tar.gz $ tar xzf protobuf-c-1.0.2.tar.gz $ cd protobuf-c-1.0.2 +$ sudo ldconfig $ ./configure && make && sudo make install && cd .. ```