Skip to content

Commit 6064e32

Browse files
committed
adding gcc multilib
1 parent 1ec3acb commit 6064e32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

c_cpp/provision.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ apt-get -y install graphviz
5252
apt-get -y install curl
5353
apt-get -y install unzip
5454
apt-get -y install zip
55+
apt-get -y install gcc-multilib
56+
apt-get -y install g++-multilib
57+
apt-get -y install qemu
5558

5659
echo "export PATH=$PATH" >> ~/.bashrc
5760
echo "export LANG=en_US.UTF-8" >> ~/.bashrc

0 commit comments

Comments
 (0)