mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user