-
Notifications
You must be signed in to change notification settings - Fork 16
/
dependencies.sh
executable file
·42 lines (38 loc) · 1.2 KB
/
dependencies.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/bash
# build apt installs
apt-get update
apt-get install -y build-essential
apt-get install -y bzip2 libbz2-dev
apt-get install -y cmake
apt-get install -y coreutils
apt-get install -y git
apt-get install -y libboost-dev
apt-get install -y libboost-filesystem-dev
apt-get install -y libboost-program-options-dev
apt-get install -y libboost-regex-dev
apt-get install -y libboost-thread-dev
apt-get install -y libfmt-dev
apt-get install -y libgpgme-dev
apt-get install -y libgtest-dev
apt-get install -y liblog4cxx-dev
apt-get install -y liblz4-dev lz4
apt-get install -y libpoco-dev
apt-get install -y libtinyxml2-dev
apt-get install -y mawk
apt-get install -y python-is-python3
apt-get install -y python3
apt-get install -y python3-dateutil
apt-get install -y python3-dev
apt-get install -y python3-docutils
apt-get install -y python3-empy
apt-get install -y python3-pyparsing
apt-get install -y python3-setuptools
apt-get install -y python3-yaml
# runtime
apt-get install -y python3-defusedxml
apt-get install -y python3-distro
apt-get install -y python3-netifaces
apt-get install -y python3-pycryptodome
apt-get install -y python3-gnupg
# TODO(lucasw) get this from source later
apt-get install -y python3-rosunit