openpilot/tools/nui
Adeeb Shihadeh 3c00e6792c
build nui with scons (#19561)
* it builds

* cleanup

* remove that
2020-12-20 19:39:59 -08:00
..
test Make Nui tests work. Framereader moved to tools/clib (#1185) 2020-03-01 10:50:03 -08:00
.gitignore build nui with scons (#19561) 2020-12-20 19:39:59 -08:00
FileReader.cpp Add pre-commit hooks (#1629) 2020-06-03 12:54:49 -07:00
FileReader.hpp merge in tools 2020-01-17 10:07:22 -08:00
README merge in tools 2020-01-17 10:07:22 -08:00
SConscript build nui with scons (#19561) 2020-12-20 19:39:59 -08:00
Unlogger.cpp build nui with scons (#19561) 2020-12-20 19:39:59 -08:00
Unlogger.hpp build nui with scons (#19561) 2020-12-20 19:39:59 -08:00
build.sh merge in tools 2020-01-17 10:07:22 -08:00
get_files_comma_api.py Fixups for Mac, and a bunch for PC (#1654) 2020-06-11 18:21:59 -07:00
main.cpp build nui with scons (#19561) 2020-12-20 19:39:59 -08:00
nui trim trailing whitespace 2020-11-05 14:11:41 -08:00

README

== Ubuntu ==

sudo apt-get install capnproto libyaml-cpp-dev qt5-default

== Mac ==

brew install qt5 ffmpeg capnp yaml-cpp zmq
brew link qt5 --force