Mention that Bash version >= 4 is required in README.

macOS has Bash 3 by default, which is quite old.
This commit is contained in:
Petr Zemek 2018-01-03 16:35:16 +01:00
parent 6c83f80ce6
commit 6e7fc1d5ec

View File

@ -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`