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 b4e7779 commit 641e9b2Copy full SHA for 641e9b2
README.md
@@ -91,6 +91,7 @@ docker run --rm -it remill:llvm800-ubuntu18.04-amd64 \
91
First, update aptitude and get install the baseline dependencies.
92
93
```shell
94
+sudo dpkg --add-architecture i386
95
sudo apt-get update
96
sudo apt-get upgrade
97
@@ -103,7 +104,10 @@ sudo apt-get install \
103
104
libtinfo-dev \
105
lsb-release \
106
zlib1g-dev \
- ccache
107
+ ccache \
108
+ libc6-dev:i386 \
109
+ 'libstdc++-*-dev:i386' \
110
+ g++-multilib
111
112
# Ubuntu 14.04, 16.04
113
sudo apt-get install realpath
0 commit comments