Skip to content

Commit

Permalink
install apt pkgs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarjmand93 committed Dec 9, 2024
1 parent b94da05 commit cc83c44
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion install_apt_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,19 @@ sudo apt-get install -y \
libboost-system-dev \
libboost-python-dev \
libboost-filesystem-dev \
zlib1g-dev
zlib1g-dev \
ant \
cmake \
default-jre \
google-perftools \
libfl-dev \
libgoogle-perftools-dev \
python3-orderedmultidict \
swig \
tcl-dev \
tclsh \
uuid


# Required to build the documentation
sudo apt-get install -y \
Expand Down

0 comments on commit cc83c44

Please sign in to comment.