diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2018-12-19 20:33:16 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2018-12-19 20:33:16 +0000 |
| commit | 31c31c1de8d4bb0b9be832bb34f998ce998dd8e0 (patch) | |
| tree | d61eafd04d2099f430114dd1cf619105a76fdc5d /README.md | |
| parent | 081b6058bc89ae755f71f11f22423db27b1aeb3e (diff) | |
can compile for various kernel versions using docker now
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ sudo make uninstall # Compiling I/O Riot using Docker
-In case there is no suitable build host for I/O Riot (e.g. compiling on a Mac) 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:
+In case there is no suitable build host for I/O Riot (e.g. you want to compile the everything, including the SystemTap Kernel modules on a Mac) it is possible to use Docker for that. First of all you have to install Docker Engine. Depending on the system in use the steps may differ. Once Docker you can run the following commands to build everything for CentOS 7 and Linux Kernel 3.10.0-957.1.3.el7.x86_64 for example:
```sh
export KERNEL=3.10.0-957.1.3.el7.x86_64
|
