Updated How to Install Falco from Source (markdown)

Mark Stemm
2019-02-27 20:05:33 -08:00
parent a9a6e8384a
commit 2cc804d887

@@ -13,7 +13,7 @@ The image depends on the following parameters:
* `BUILD_DRIVER`: whether or not to build the kernel module when
building. This should usually be OFF, as the kernel module would be
built for the files in the centos image, not the host.
* `BUILD_BPF: Like `BUILD_DRIVER` but for the ebpf program.
* `BUILD_BPF`: Like `BUILD_DRIVER` but for the ebpf program.
* `BUILD_WARNINGS_AS_ERRORS`: consider all build warnings fatal
* `MAKE_JOBS`: passed to the -j argument of make