Skip to content

Commit 641e9b2

Browse files
docs: Update Linux build dependencies (#481)
1 parent b4e7779 commit 641e9b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ docker run --rm -it remill:llvm800-ubuntu18.04-amd64 \
9191
First, update aptitude and get install the baseline dependencies.
9292

9393
```shell
94+
sudo dpkg --add-architecture i386
9495
sudo apt-get update
9596
sudo apt-get upgrade
9697

@@ -103,7 +104,10 @@ sudo apt-get install \
103104
libtinfo-dev \
104105
lsb-release \
105106
zlib1g-dev \
106-
ccache
107+
ccache \
108+
libc6-dev:i386 \
109+
'libstdc++-*-dev:i386' \
110+
g++-multilib
107111

108112
# Ubuntu 14.04, 16.04
109113
sudo apt-get install realpath

0 commit comments

Comments
 (0)