https://gcc.gnu.org/g:f49ec2867b0a69bdda74098a55d9515778a33374

commit f49ec2867b0a69bdda74098a55d9515778a33374
Author: Jarkko Sakkinen <[email protected]>
Date:   Thu Sep 5 18:05:33 2024 +0300

    Add build dependencies for Fedora
    
    ChangeLog:
    
            * README.md: Add fedora deps.
    
    Signed-off-by: Jarkko Sakkinen <[email protected]>

Diff:
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index afe2a9e6464e..c71bb0868875 100644
--- a/README.md
+++ b/README.md
@@ -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

Reply via email to