Library cleanup (#1491)

* library cleanup

* remove fastcv

* Fix build step

* bump cereal

* bump cereal

* Install capnp

* bump

* no docker cache

* Update installation instructions

* Needs sudo

* Can we sudo?

* Cache was not the problem

* remove static libraries from boardd install script

* Update setup script

* Remove import

* No capnp install in lgtm

* Fix dockerfile
This commit is contained in:
Willem Melching
2020-05-12 18:50:07 -07:00
committed by GitHub
parent 2ae2c40b29
commit 72db8d890d
858 changed files with 17 additions and 297924 deletions
+4 -1
View File
@@ -4,6 +4,8 @@ sudo apt-get update && sudo apt-get install -y \
autoconf \
build-essential \
bzip2 \
capnproto \
libcapnp-dev \
clang \
cmake \
curl \
@@ -29,7 +31,8 @@ sudo apt-get update && sudo apt-get install -y \
libsqlite3-dev \
libtool \
libusb-1.0-0-dev \
libzmq5-dev \
libzmq3-dev \
libczmq-dev \
locales \
ocl-icd-libopencl1 \
ocl-icd-opencl-dev \