Add required packages to build RetDec on Arch Linux.

https://www.archlinux.org/
This commit is contained in:
Petr Zemek 2017-12-28 07:49:10 +01:00
parent bc7b07ae7a
commit da3162ea6a

View File

@ -126,6 +126,12 @@ On RPM-based distributions (e.g. Fedora), the required packages can be installed
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
```
On Arch Linux, the required packages can be installed with `pacman`:
```sh
sudo pacman -S base-devel cmake git perl python3 bash coreutils wget bc doxygen graphviz upx flex bison zlib ncurses autoconf automake pkg-config m4 libtool
```
#### Windows
* Microsoft Visual C++ (version >= Visual Studio 2015 Update 2)