Skip to content

Commit cc83c44

Browse files
committed
install apt pkgs updated
1 parent b94da05 commit cc83c44

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

install_apt_packages.sh

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,19 @@ sudo apt-get install -y \
3434
libboost-system-dev \
3535
libboost-python-dev \
3636
libboost-filesystem-dev \
37-
zlib1g-dev
37+
zlib1g-dev \
38+
ant \
39+
cmake \
40+
default-jre \
41+
google-perftools \
42+
libfl-dev \
43+
libgoogle-perftools-dev \
44+
python3-orderedmultidict \
45+
swig \
46+
tcl-dev \
47+
tclsh \
48+
uuid
49+
3850

3951
# Required to build the documentation
4052
sudo apt-get install -y \

0 commit comments

Comments
 (0)