Skip to content

Commit c7b0e55

Browse files
authored
Add RHEL native aot dependencies (#45429)
Missing dependencies for RHEL to compile for Native AOT
1 parent e44b66e commit c7b0e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/deploying/native-aot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Native AOT deployment model uses an ahead-of-time compiler to compile IL to
4343
- RHEL (8+)
4444

4545
```sh
46-
sudo dnf install clang zlib-devel
46+
sudo dnf install clang zlib-devel zlib-ng-devel zlib-ng-compat-devel
4747
```
4848

4949
# [Ubuntu](#tab/linux-ubuntu)

0 commit comments

Comments
 (0)