mirror of
https://github.com/avast/retdec.git
synced 2025-02-18 20:59:10 +00:00
Added dnf install command into README
This commit is contained in:
parent
b950114c1a
commit
c2b4ba45b5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user