mirror of
https://github.com/avast/retdec.git
synced 2024-12-20 04:18:30 +00:00
Merge pull request #559 from mohe2015/patch-1
Don't reinstall packages on Arch Linux [ci skip]
This commit is contained in:
commit
14ee574f66
@ -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`:
|
||||
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user