Skip to content

Commit

Permalink
README: remove libffi-devel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak authored and Karm committed Oct 26, 2020
1 parent e1997e9 commit 1a36ccc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README-Mandrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ Mandrel's `native-image` depends on the following packages:
* glibc-devel
* zlib-devel
* gcc
* libffi-devel

On Fedora/CentOS/RHEL they can be installed with:
```bash
dnf install glibc-devel zlib-devel gcc libffi-devel
dnf install glibc-devel zlib-devel gcc
```

On Ubuntu-like systems with:
```bash
apt install gcc zlib1g-dev libffi-dev
apt install gcc zlib1g-dev
```

### Building Mandrel From Source
Expand Down

0 comments on commit 1a36ccc

Please sign in to comment.