summaryrefslogtreecommitdiff
path: root/scripts/install.sh
blob: 5435f4fca40ac90108a60abdaa1a118cccd1faea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
#
# Install necessary softwares for Ubuntu.

apt-get update
apt-get install -y \
    gcc-multilib \
    git \
    g++ \
    python3-pip \
    ninja-build \
    unifdef \
    p7zip-full \
    tofrodos \
    gawk \
    cmake \
    software-properties-common

python3 -m pip install --upgrade pip
pip3 install artifacts-keyring
pip3 install gcovr==4.1 $INDEX_URL