1#!/bin/bash 2# Copyright 2015 The Weave Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5 6# Instead of this script, try running "make all -j". 7# TODO: Delete this file after 15-feb-2016. 8 9DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 10ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P) 11 12sudo apt-get update && sudo apt-get install ${APT_GET_OPTS} \ 13 autoconf \ 14 automake \ 15 binutils \ 16 cmake \ 17 g++ \ 18 hostapd \ 19 libavahi-client-dev \ 20 libcurl4-openssl-dev \ 21 libevent-dev \ 22 libexpat1-dev \ 23 libnl-3-dev \ 24 libnl-route-3-dev \ 25 libssl-dev \ 26 libtool \ 27 || exit 1 28