Skip to content

Commit 5afb575

Browse files
add -dev suffixes
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent c8d361f commit 5afb575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation/downloads/source/build-and-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ To build and install Fluent Bit from source, you must also install the following
1010
- `build-essentials`
1111
- `cmake`
1212
- `flex`
13-
- `libfl`
14-
- `libssl`
15-
- `libyaml`
13+
- `libfl-dev`
14+
- `libssl-dev`
15+
- `libyaml-dev`
1616
- `pkg-config`
1717

1818
Additionally, certain [input](../data-pipeline/inputs.md) or [output](../data-pipeline/outputs.md) plugins might depend on additional components. For example, some plugins require Kafka.

0 commit comments

Comments
 (0)