فهرست منبع

README: Mention requirement of bash.

Paul Sokolovsky 9 سال پیش
والد
کامیت
55d6be74ff
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -36,7 +36,7 @@ Requirements and Dependencies
 
 
 To build the standalone SDK and toolchain, you need a GNU/POSIX system
 To build the standalone SDK and toolchain, you need a GNU/POSIX system
 (Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development
 (Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development
-tools installed: gcc, binutils, flex, bison, etc.
+tools installed: bash, gcc, binutils, flex, bison, etc.
 
 
 Please make sure that the machine you use to build the toolchain has at least
 Please make sure that the machine you use to build the toolchain has at least
 1G free RAM+swap (or more, which will speed up the build).
 1G free RAM+swap (or more, which will speed up the build).
@@ -47,7 +47,7 @@ Ubuntu 14.04:
 ```
 ```
 $ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
 $ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
     flex bison texinfo gawk ncurses-dev libexpat-dev python python-serial sed \
     flex bison texinfo gawk ncurses-dev libexpat-dev python python-serial sed \
-    git unzip
+    git unzip bash
 ```
 ```
 
 
 Later Debian/Ubuntu versions may require:
 Later Debian/Ubuntu versions may require: