openpilot/tools/nui
George Hotz e568d3cadc
More LGTM fixups (#1457)
* exclude lib dirs, fix 3 cpp errors

* fix more alerts, exclude mkvparse

Co-authored-by: George Hotz <geohot@gmail.com>
2020-05-02 20:00:41 -07:00
..
test Make Nui tests work. Framereader moved to tools/clib (#1185) 2020-03-01 10:50:03 -08:00
.gitignore Using lgtm.com and fixing found alerts (#1452) 2020-05-02 12:07:34 -07:00
FileReader.cpp NUI comma api intergration (#1186) 2020-03-01 22:06:33 -08: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
Unlogger.cpp Using lgtm.com and fixing found alerts (#1452) 2020-05-02 12:07:34 -07:00
Unlogger.hpp merge in tools 2020-01-17 10:07:22 -08:00
build.sh merge in tools 2020-01-17 10:07:22 -08:00
get_files_comma_api.py More LGTM fixups (#1457) 2020-05-02 20:00:41 -07:00
main.cpp fix nui 2020-04-21 14:48:31 -07:00
nui NUI comma api intergration (#1186) 2020-03-01 22:06:33 -08:00
nui.pro NUI comma api intergration (#1186) 2020-03-01 22:06:33 -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