Skip to content

Commit

Permalink
Add build dependencies for Fedora
Browse files Browse the repository at this point in the history
ChangeLog:

	* README.md: Add fedora deps.

Signed-off-by: Jarkko Sakkinen <[email protected]>
  • Loading branch information
jarkkojs authored and dkm committed Nov 27, 2024
1 parent e4953b4 commit 974ccea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Fetch dependencies for Ubuntu:
$ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison autogen gcc-multilib dejagnu
```

Fetch dependencies for Fedora:

```bash
$ dnf install autoconf automake dejagnu flex bison glibc-devel.{x86_64,i686} gmp-devel libmpc-devel mpfr-devel
```

Clone the repository

```bash
Expand Down

0 comments on commit 974ccea

Please sign in to comment.