Skip to content

Commit 9526d71

Browse files
authored
Merge pull request #1494 from fluent/lynettemiles/sc-105705/update-installation-requirements-md-fluent+
2 parents ac2fc46 + 6c8db4a commit 9526d71

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

installation/requirements.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Requirements
22

3-
[Fluent Bit](http://fluentbit.io) uses very low CPU and Memory consumption, it's compatible with most of x86, x86\_64, arm32v7, arm64v8 based platforms. In order to build it you need the following components in your system for the build process:
3+
[Fluent Bit](http://fluentbit.io) has very low CPU and memory consumption. It's
4+
compatible with most x86-, x86_64-, arm32v7-, and arm64v8-based platforms.
45

5-
* Compiler: GCC or clang
6-
* CMake
7-
* Flex & Bison: only if you enable the Stream Processor or Record Accessor feature \(both enabled by default\)
8-
* Libyaml development headers and libraries
6+
The build process requires the following components:
97

10-
In the core there are not other dependencies, For certain features that depends on third party components like output plugins with special backend libraries \(e.g: kafka\), those are included in the main source code repository.
8+
- Compiler: GCC or clang
9+
- CMake
10+
- Flex and Bison: Required for
11+
[Stream Processor](https://docs.fluentbit.io/manual/stream-processing/introduction)
12+
or [Record Accessor](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic-mode/record-accessor)
13+
- Libyaml development headers and libraries
1114

12-
Fluent Bit is supported on Linux on IBM Z(s390x), but the WASM and LUA filter plugins are not.
15+
Core has no other dependencies. Some features depend on third-party components.
16+
For example, output plugins with special backend libraries like Kafka include those
17+
libraries in the main source code repository.
18+
19+
Fluent Bit is supported on Linux on IBM Z(s390x), but the WASM and LUA filter
20+
plugins aren't.

0 commit comments

Comments
 (0)