more ubuntu setup

pull/1175/head
Comma User 2020-02-28 19:36:29 -08:00
parent bb9c90ab03
commit 6a0cbf45d4
2 changed files with 7 additions and 1 deletions

4
external/capnp/.gitignore vendored 100644
View File

@ -0,0 +1,4 @@
bin
capnproto-c++-0.6.1*
include
lib

View File

@ -51,7 +51,9 @@ pip install pipenv==2018.11.26
cd ../
pipenv install --system --deploy
# TODO: add openpilot to PYTHONPATH
# TODO: add openpilot to PYTHONPATH and external to PATH
# export PYTHONPATH="$HOME/openpilot"
# export PATH="$PATH:$HOME/openpilot/external/capnp/bin"
# TODO: run external/capnp/build.sh ... needed?