From 2de8687de485717a6a2b12bc186f03e4c9d7b5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Wed, 19 Dec 2018 16:29:02 +0000 Subject: initial docker build support --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 941e1df..44afb2d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,17 @@ sudo ioriot -P # purges all test files created by ioriot sudo make uninstall ``` +# Compiling I/O Riot using Docker + +In case there is no suitable build host for I/O Riot it is possible to use Docker to do the job. In order to build everything for CentOS 7 and Linux Kernel 3.10.0-957.1.3.el7.x86_64 just run: + +```sh +export KERNEL=3.10.0-957.1.3.el7.x86_64 +make dockerbuild +``` + +Once done you can distribute ``docker/$KERNEL/opt/ioriot`` to ``/opt/ioriot`` to all boxes with that particular running kernel. + # Operating I/O Riot ## 1. Capture -- cgit v1.2.3