mirror of https://github.com/commaai/panda.git
remove unused files
This commit is contained in:
parent
0657064594
commit
5210e51b82
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get install -y autoconf curl libtool
|
||||
curl -O https://capnproto.org/capnproto-c++-0.6.1.tar.gz
|
||||
tar xvf capnproto-c++-0.6.1.tar.gz
|
||||
cd capnproto-c++-0.6.1
|
||||
./configure --prefix=/usr/local CPPFLAGS=-DPIC CFLAGS=-fPIC CXXFLAGS=-fPIC LDFLAGS=-fPIC --disable-shared --enable-static
|
||||
make -j4
|
||||
make install
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
aenum
|
||||
subprocess32
|
||||
libarchive
|
||||
pycapnp
|
||||
pycurl
|
||||
tenacity
|
||||
atomicwrites
|
Loading…
Reference in New Issue