mirror of
https://github.com/avast/retdec.git
synced 2024-11-27 14:50:48 +00:00
Mention that Bash version >= 4 is required in README.
macOS has Bash 3 by default, which is quite old.
This commit is contained in:
parent
6c83f80ce6
commit
6e7fc1d5ec
@ -56,7 +56,7 @@ Currently, we support only Windows (7 or later), Linux, and unofficially macOS.
|
||||
|
||||
2. After you have built the decompiler, you will need to install the following packages via your distribution's package manager:
|
||||
|
||||
* [Bash](https://www.gnu.org/software/bash/)
|
||||
* [Bash](https://www.gnu.org/software/bash/) (version >= 4)
|
||||
* [UPX](https://upx.github.io/)
|
||||
* [bc](https://www.gnu.org/software/bc/)
|
||||
* [Graphviz](http://www.graphviz.org/)
|
||||
@ -77,7 +77,7 @@ Currently, we support only Windows (7 or later), Linux, and unofficially macOS.
|
||||
|
||||
2. After you have built the decompiler, you will need to install the following packages:
|
||||
|
||||
* [Bash](https://www.gnu.org/software/bash/)
|
||||
* [Bash](https://www.gnu.org/software/bash/) (version >= 4)
|
||||
* [UPX](https://upx.github.io/)
|
||||
* [Graphviz](http://www.graphviz.org/)
|
||||
* [GNU getopt](https://www.gnu.org/software/libc/manual/html_node/Getopt.html) -- should be first in `PATH`
|
||||
|
Loading…
Reference in New Issue
Block a user