mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-16 18:32:06 +08:00
fix capnp build
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
set -e
|
||||
echo "Installing capnp"
|
||||
|
||||
ONE=${HOME}/one
|
||||
ONE=${HOME}/openpilot
|
||||
VERSION=0.6.1
|
||||
wget https://capnproto.org/capnproto-c++-${VERSION}.tar.gz
|
||||
tar xvf capnproto-c++-${VERSION}.tar.gz
|
||||
@@ -22,7 +22,7 @@ make -j4 install
|
||||
# --------
|
||||
echo "Installing c-capnp"
|
||||
|
||||
git clone git@github.com:commaai/c-capnproto.git
|
||||
git clone https://github.com/commaai/c-capnproto.git
|
||||
cd c-capnproto
|
||||
git submodule update --init --recursive
|
||||
autoreconf -f -i -s
|
||||
|
||||
Reference in New Issue
Block a user