mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Add local prefix to json-c build
parent
0e2c96494d
commit
0e92089eaf
|
@ -50,7 +50,7 @@ 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
|
sh autogen.sh
|
||||||
./configure --enable-threading
|
./configure --enable-threading --prefix=/usr/local
|
||||||
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