We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94da05 commit cc83c44Copy full SHA for cc83c44
install_apt_packages.sh
@@ -34,7 +34,19 @@ sudo apt-get install -y \
34
libboost-system-dev \
35
libboost-python-dev \
36
libboost-filesystem-dev \
37
- zlib1g-dev
+ 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
+
50
51
# Required to build the documentation
52
sudo apt-get install -y \
0 commit comments