Updates/Fix on Legal/License Headers
[barometer.git] / systems / ubuntu / 16.04 / build_base_machine.sh
1 #!/bin/bash
2 # Copyright 2016-2019 Intel Corporation and OPNFV. All rights reserved.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 # http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 set -eux
18 apt-get -y install build-essential dh-autoreconf fakeroot  devscripts dpkg-dev git wget
19
20 apt-get -y install \
21     debhelper dpkg-dev po-debconf dh-systemd dh-strip-nondeterminism \
22     bison flex autotools-dev libltdl-dev pkg-config \
23     iptables-dev \
24     javahelper \
25     libatasmart-dev \
26     libcap-dev \
27     libcurl4-gnutls-dev \
28     libdbi0-dev \
29     libesmtp-dev \
30     libganglia1-dev \
31     libgcrypt11-dev \
32     libglib2.0-dev \
33     libgps-dev \
34     libhiredis-dev \
35     libi2c-dev \
36     libldap2-dev \
37     liblua5.3-dev \
38     liblvm2-dev \
39     libmemcached-dev \
40     libmodbus-dev \
41     libmnl-dev \
42     libmosquitto-dev \
43     libmysqlclient-dev \
44     libnotify-dev \
45     libopenipmi-dev \
46     liboping-dev \
47     libow-dev \
48     libpcap0.8-dev \
49     libpcap-dev\
50     libperl-dev \
51     libpq-dev \
52     libprotobuf-c-dev \
53     libriemann-client-dev \
54     librdkafka-dev \
55     librabbitmq-dev \
56     librrd-dev \
57     libsensors4-dev \
58     libsigrok-dev \
59     libsnmp-dev \
60     libsnmp9-dev \
61     snmp \
62     snmp-mibs-downloader \
63     snmpd \
64     perl \
65     libtokyocabinet-dev \
66     libtokyotyrant-dev \
67     libudev-dev \
68     libupsclient-dev \
69     libvarnishapi-dev \
70     libvirt-dev \
71     libvirt-daemon \
72     libxen-dev \
73     libxml2-dev \
74     libyajl-dev \
75     linux-libc-dev \
76     default-jdk \
77     protobuf-c-compiler \
78     python-dev \
79     openvswitch-switch \
80     mcelog
81