diff options
Diffstat (limited to 'contrib/ios/install_tools.sh')
-rwxr-xr-x | contrib/ios/install_tools.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ios/install_tools.sh b/contrib/ios/install_tools.sh new file mode 100755 index 0000000000000..55fef454e8525 --- /dev/null +++ b/contrib/ios/install_tools.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# This step should install tools needed for all packages - OpenSSL, Expat and Unbound +echo "Updating tools" +brew update 1>/dev/null +echo "Installing tools" +# already installed are: autoconf automake libtool pkg-config +brew install curl perl 1>/dev/null |