From 0e2c96494d0480ee935498beaa8cae64475da116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Madsen?= Date: Wed, 19 Jun 2019 08:59:29 +0200 Subject: [PATCH] Add missing steps to json-c build instructions --- Debian-10-(Buster)-Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debian-10-(Buster)-Installation.md b/Debian-10-(Buster)-Installation.md index f006aa0..28d22da 100644 --- a/Debian-10-(Buster)-Installation.md +++ b/Debian-10-(Buster)-Installation.md @@ -49,6 +49,8 @@ cd ~/sway-src 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 CPUCOUNT=$(grep processor /proc/cpuinfo | wc -l) make -j$CPUCOUNT sudo make install