mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-19 21:28:50 -04:00
parameterize install capnproto
This commit is contained in:
parent
5e95f04411
commit
f224fb90ef
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ curl -O https://capnproto.org/capnproto-c++-0.10.2.tar.gz
|
|||
tar zxf capnproto-c++-0.10.2.tar.gz
|
||||
cd capnproto-c++-0.10.2
|
||||
./configure --without-openssl
|
||||
make -j6 check
|
||||
make -j$1 check
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
if command -v checkinstall &> /dev/null; then
|
||||
sudo checkinstall -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue