xref: /netbsd-src/external/bsd/unbound/dist/contrib/ios/install_tools.sh (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
1#!/usr/bin/env bash
2
3# This step should install tools needed for all packages - OpenSSL, Expat and Unbound
4echo "Updating tools"
5brew update 1>/dev/null
6echo "Installing tools"
7# already installed are: autoconf automake libtool pkg-config
8brew install curl perl 1>/dev/null
9