We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3441ad0 commit 7881152Copy full SHA for 7881152
setup/darwin_20.sh
@@ -51,7 +51,7 @@ INSTALL "$PYTHON_EXEC" -m pip install --upgrade pip || error "pip update failed"
51
INSTALL brew install autoconf libffi zlib pkg-config xz gdbm tcl-tk
52
53
# install required tools
54
-INSTALL brew install automake libtool gnu-sed gawk
+INSTALL brew install automake libtool gnu-sed gawk gettext
55
56
clang -v >/dev/null || error "you have not installed clang. Use 'xcode-select --install' to install command line build tools."
57
0 commit comments