From d632bbabd4a82e8e0baecae88e6ba0c03a5d44c6 Mon Sep 17 00:00:00 2001 From: "Stefan \"Bebbo\" Franke" Date: Fri, 8 Jun 2018 08:16:11 +0200 Subject: [PATCH] added centos yum command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fafe707..9c6188d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Right now these tools are build: * ixemul (not really, but the headers are used) # Short Guide ## Prerequisites +### Centos +`sudo yum install gcc gcc-c++ python git perl-Pod-Simple gperf patch autoconf automake make makedepend bison flex ncurses-devel gmp-devel mpfr-devel libmpc-devel gettext-devel texinfo` ### Ubuntu `sudo apt install make git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex gettext texinfo` ### Windows with Cygwin