Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/deploying/native-aot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Native AOT deployment model uses an ahead-of-time compiler to compile IL to
- Fedora (39+)

```sh
sudo dnf install clang zlib-devel
sudo dnf install clang zlib-devel zlib-ng-devel zlib-ng-compat-devel
```

# [RHEL](#tab/linux-rhel)
Expand Down
Loading