]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ios/install_tools.sh
Vendor import of Unbound 1.11.0.
[FreeBSD/FreeBSD.git] / contrib / ios / install_tools.sh
1 #!/usr/bin/env bash
2
3 # This step should install tools needed for all packages - OpenSSL, Expat and Unbound
4 echo "Updating tools"
5 brew update 1>/dev/null
6 echo "Installing tools"
7 # already installed are: autoconf automake libtool pkg-config
8 brew install curl perl 1>/dev/null