Skip to content

Commit

Permalink
docs: Reference build and install from README
Browse files Browse the repository at this point in the history
Related to #6003 (comment)

Signed-off-by: Mat Schaffer <[email protected]>
  • Loading branch information
matschaffer-roblox committed Jun 23, 2024
1 parent 88afa90 commit 2af08b0
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2af08b0

Please sign in to comment.