Skip to content

Commit

Permalink
Added dnf install command into README
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal authored and Hugo Klepsch committed Dec 19, 2017
1 parent 039463f commit 1d84114
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 @@ -88,6 +88,12 @@ On Debian-based distributions (e.g. Ubuntu), the required packages can be instal
sudo apt-get install build-essential cmake git perl python bash coreutils wget bc graphviz upx flex bison zlib1g-dev libtinfo-dev autoconf pkg-config m4 libtool
```

On RPM-based distributions (e.g. Fedora), the required packages can be installed with `dnf`:

```sh
sudo dnf install git cmake make gcc gcc-c++ perl python3 bash zlib-devel flex bison m4 coreutils autoconf automake libtool ncurses-devel wget bc doxygen graphviz upx pkg-config
```

#### Windows

* Microsoft Visual C++ (version >= Visual Studio 2015 Update 2)
Expand Down

0 comments on commit 1d84114

Please sign in to comment.