Merge pull request #559 from mohe2015/patch-1

Don't reinstall packages on Arch Linux [ci skip]
This commit is contained in:
Petr Zemek 2019-04-24 14:12:46 +02:00 committed by GitHub
commit 14ee574f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ sudo dnf install gcc gcc-c++ cmake make git perl python3 bison flex autoconf aut
On Arch Linux, the required packages can be installed with `pacman`: On Arch Linux, the required packages can be installed with `pacman`:
```sh ```sh
sudo pacman -S base-devel cmake git perl python3 bison flex autoconf automake libtool pkg-config m4 zlib upx doxygen graphviz sudo pacman --needed -S base-devel cmake git perl python3 bison flex autoconf automake libtool pkg-config m4 zlib upx doxygen graphviz
``` ```
#### Windows #### Windows