Skip to content

Commit f090196

Browse files
authored
add additional libs requires to build flb-wamrc (fluent#1136)
This adds missing libraries required to build `flb-wamrc` when using the `-DFLB-WARMC=On` when building. See fluent/fluent-bit#7580 for more details Signed-off-by: Andres Perez <1676612+andresperezl@users.noreply.github.com>
1 parent da685b3 commit f090196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development/wasm-filter-plugins.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ There are no additional requirements to execute WASM plugins.
1515

1616
`flb-wamrc` is just `flb-` prefixed AOT (Ahead Of Time) compiler that is provided from [wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime).
1717

18-
For `flb-wamrc` support, users have to install llvm infrastructure, e.g:
18+
For `flb-wamrc` support, users have to install llvm infrastructure and some additional libraries (`libmlir`, `libPolly`, `libedit`, and `libpfm`), e.g:
1919

2020
```text
21-
# apt install -y llvm
21+
# apt install -y llvm libmlir-14-dev libclang-common-14-dev libedit-dev libpfm4-dev
2222
```
2323

2424
### For Build WASM programs

0 commit comments

Comments
 (0)