Skip to content

Commit 7d8a6c7

Browse files
Karmzakkak
authored andcommitted
Docs updated, Prerequisites section [20.3]
1 parent 7454ea2 commit 7d8a6c7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README-Mandrel.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,22 @@ Mandrel distributions can be downloaded from [the repository's releases](https:/
3333
### Prerequisites
3434

3535
Mandrel's `native-image` depends on the following packages:
36+
* freetype-devel
37+
* gcc
3638
* glibc-devel
39+
* libstdc++-static
3740
* zlib-devel
38-
* gcc
3941

4042
On Fedora/CentOS/RHEL they can be installed with:
4143
```bash
42-
dnf install glibc-devel zlib-devel gcc
44+
dnf install glibc-devel zlib-devel gcc freetype-devel libstdc++-static
4345
```
4446

47+
**Note**: the package might be called `glibc-static` instead of `libstdc++-static`.
48+
4549
On Ubuntu-like systems with:
4650
```bash
47-
apt install libc6-dev zlib1g-dev gcc
51+
apt install g++ zlib1g-dev libfreetype6-dev
4852
```
4953

5054
### Building Mandrel From Source

0 commit comments

Comments
 (0)