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 6edfaf5 commit 70c37fdCopy full SHA for 70c37fd
go.sh
@@ -58,6 +58,9 @@ if [ "$os" == "macos" ]; then
58
echo "No brew install found"
59
exit 1
60
fi
61
+
62
+ brew install autoconf automake bash binutils gawk gnu-sed gnu-tar help2man ncurses xz libtool
63
64
export PATH="$PATH:${HOMEBREW_ROOT}/opt/binutils/bin"
65
export CPPFLAGS="-I${HOMEBREW_ROOT}/opt/ncurses/include -I${HOMEBREW_ROOT}/opt/gettext/include"
66
export LDFLAGS="-L${HOMEBREW_ROOT}/opt/ncurses/lib -L${HOMEBREW_ROOT}/opt/gettext/lib"
0 commit comments