mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Add missing steps to json-c build instructions
parent
87dd1eab64
commit
0e2c96494d
|
@ -49,6 +49,8 @@ cd ~/sway-src
|
||||||
git clone https://github.com/json-c/json-c.git
|
git clone https://github.com/json-c/json-c.git
|
||||||
cd json-c
|
cd json-c
|
||||||
git checkout json-c-0.13.1-20180305
|
git checkout json-c-0.13.1-20180305
|
||||||
|
sh autogen.sh
|
||||||
|
./configure --enable-threading
|
||||||
CPUCOUNT=$(grep processor /proc/cpuinfo | wc -l)
|
CPUCOUNT=$(grep processor /proc/cpuinfo | wc -l)
|
||||||
make -j$CPUCOUNT
|
make -j$CPUCOUNT
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in a new issue