Skip to content

Commit

Permalink
Install gcc-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 15, 2024
1 parent 40f0a36 commit 7cfad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-sys-dependencies-linux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# build-essential clang-14 libc++-dev libc++abi-dev ruby-full cmake
sudo apt-get update && sudo apt-get install ninja-build llvm-14 clang-tidy-14 libboost-all-dev rustc --fix-missing
sudo apt-get update && sudo apt-get install ninja-build llvm-14 clang-tidy-14 libboost-all-dev rustc --fix-missing gcc-multilib g++-multilib

# As of now, Ubuntu 24.04 has lcov 2.0-4ubuntu2 only, but we don't support it yet.
# Install lcov 1.15-1 manually.
Expand Down

0 comments on commit 7cfad8a

Please sign in to comment.