File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,22 @@ Mandrel distributions can be downloaded from [the repository's releases](https:/
33
33
### Prerequisites
34
34
35
35
Mandrel's ` native-image ` depends on the following packages:
36
+ * freetype-devel
37
+ * gcc
36
38
* glibc-devel
39
+ * libstdc++-static
37
40
* zlib-devel
38
- * gcc
39
41
40
42
On Fedora/CentOS/RHEL they can be installed with:
41
43
``` bash
42
- dnf install glibc-devel zlib-devel gcc
44
+ dnf install glibc-devel zlib-devel gcc freetype-devel libstdc++-static
43
45
```
44
46
47
+ ** Note** : the package might be called ` glibc-static ` instead of ` libstdc++-static ` .
48
+
45
49
On Ubuntu-like systems with:
46
50
``` bash
47
- apt install libc6-dev zlib1g-dev gcc
51
+ apt install g++ zlib1g-dev libfreetype6-dev
48
52
```
49
53
50
54
### Building Mandrel From Source
You can’t perform that action at this time.
0 commit comments