From 1bc120a25bd214fe211d06a1f918d8cba811fa8e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 5 Apr 2018 16:03:59 +0200 Subject: Added a building note about flatbuffers --- docs/setting-up-dev-env.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/setting-up-dev-env.md') diff --git a/docs/setting-up-dev-env.md b/docs/setting-up-dev-env.md index 9fc63bb3..319f7caf 100644 --- a/docs/setting-up-dev-env.md +++ b/docs/setting-up-dev-env.md @@ -31,6 +31,14 @@ In the same way, if did not install Kube in the `/usr` directory, you might need to set the `QML2_IMPORT_PATH` to something like this: `$KUBE_INSTALL_PREFIX/lib/qml/`. +### Flatbuffers + +If your distro has a package, simply installing it should do the trick. + +If it doesn't (yet), follow the instructions here: http://google.github.io/flatbuffers/flatbuffers_guide_building.html + +Sink will require the flatc executable to generate some relevant headers that we require. + ## Docker Building kube in a docker containers ensures reproducability and decouples the development environment from the host system (so upgrading your host system doesn't break all your builds). To avoid having to develop inside the container directly, source, build and install directories reside on the host system. -- cgit v1.2.3