Add build dependencies for Fedora

ChangeLog:

	* README.md: Add fedora deps.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
This commit is contained in:
Jarkko Sakkinen 2024-09-05 18:05:33 +03:00 committed by Marc Poulhiès
parent 79e4295018
commit f49ec2867b
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,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