From 0e92089eaf0c57d39193e3292d9d1993428cf50d Mon Sep 17 00:00:00 2001 From: David Rios Date: Wed, 19 Jun 2019 17:46:46 -0300 Subject: [PATCH] Add local prefix to json-c build --- Debian-10-(Buster)-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-10-(Buster)-Installation.md b/Debian-10-(Buster)-Installation.md index 28d22da..5da647e 100644 --- a/Debian-10-(Buster)-Installation.md +++ b/Debian-10-(Buster)-Installation.md @@ -50,7 +50,7 @@ git clone https://github.com/json-c/json-c.git cd json-c git checkout json-c-0.13.1-20180305 sh autogen.sh -./configure --enable-threading +./configure --enable-threading --prefix=/usr/local CPUCOUNT=$(grep processor /proc/cpuinfo | wc -l) make -j$CPUCOUNT sudo make install