Skip to content

Commit 7857e92

Browse files
Copilotagocke
andcommitted
Add missing zlib-ng dependencies for Fedora native AOT compilation
Co-authored-by: agocke <[email protected]>
1 parent 0b17ba5 commit 7857e92

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)