Skip to content

Commit 6913eef

Browse files
authored
Add missing zlib-ng dependencies for Fedora native AOT compilation (#47516)
1 parent 142384a commit 6913eef

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
@@ -34,7 +34,7 @@ The Native AOT deployment model uses an ahead-of-time compiler to compile IL to
3434
- Fedora (39+)
3535

3636
```sh
37-
sudo dnf install clang zlib-devel
37+
sudo dnf install clang zlib-devel zlib-ng-devel zlib-ng-compat-devel
3838
```
3939

4040
# [RHEL](#tab/linux-rhel)

0 commit comments

Comments
 (0)