Skip to content

Commit 157b246

Browse files
jarkkojsdkm
authored andcommitted
Add build dependencies for Fedora
ChangeLog: * README.md: Add fedora deps. Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent 5de5d1e commit 157b246

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Fetch dependencies for Ubuntu:
4545
$ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison autogen gcc-multilib dejagnu
4646
```
4747

48+
Fetch dependencies for Fedora:
49+
50+
```bash
51+
$ dnf install autoconf automake dejagnu flex bison glibc-devel.{x86_64,i686} gmp-devel libmpc-devel mpfr-devel
52+
```
53+
4854
Clone the repository
4955

5056
```bash

0 commit comments

Comments
 (0)