From 2af08b03a3cf2288d0c4c167ddb781649211f234 Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Thu, 20 Jun 2024 18:03:47 -0700 Subject: [PATCH] docs: Reference build and install from README Related to https://github.com/fluent/fluent-bit/discussions/6003#discussioncomment-9789212 Signed-off-by: Mat Schaffer --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index a6ba08be9e8..bc78fb7d1ea 100644 --- a/README.md +++ b/README.md @@ -64,24 +64,7 @@ Our official project documentation for [installation](https://docs.fluentbit.io/ #### Build from Scratch -If you aim to build Fluent Bit from sources, you can go ahead and start with the following commands. - -```bash -cd build -cmake .. -make -bin/fluent-bit -i cpu -o stdout -f 1 -``` - -If you are interested into more details, please refer to the [Build & Install](https://docs.fluentbit.io/manual/installation/sources/build-and-install) section. - -#### Requirements - -- CMake >= 3.0 -- Flex -- Bison -- YAML library/headers -- OpenSSL library/headers +See the [Build and Install](https://docs.fluentbit.io/manual/installation/sources/build-and-install) section of our official documentation for the latest requirements and build instructions. #### Linux Packages