We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9469b commit d92a035Copy full SHA for d92a035
tests/safety_replay/install_capnp.sh
@@ -8,13 +8,3 @@ cd capnproto-c++-0.6.1
8
make -j4
9
make install
10
11
-cd ..
12
-git clone https://github.com/commaai/c-capnproto.git
13
-cd c-capnproto
14
-git checkout 2e625acacf58a5f5c8828d8453d1f8dacc700a96
15
-git submodule update --init --recursive
16
-autoreconf -f -i -s
17
-CFLAGS="-fPIC" ./configure --prefix=/usr/local
18
-make -j4
19
-make install
20
-
0 commit comments