summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2021-05-28 13:19:38 +0200
committerkwadronaut <kwadronaut@autistici.org>2021-05-28 14:22:55 +0200
commitd99d3ffc869c2388a4cfcc162442faa70b8c1b19 (patch)
tree93e13ca79fbc9510a16cf19ac842eb062c508671 /README.md
parent5caebb44e7e7e2557ce12bd7dddc4d70a1a99f7a (diff)
Update readme installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 083cbdcb..4602a8ec 100644
--- a/README.md
+++ b/README.md
@@ -72,10 +72,10 @@ sudo apt install default-jdk
### C Libraries <a name="c-libraries"></a>
-These are necessary to make sure the program cross-compiles to 32-bit architectures successfully from 64-bit GNU/Linux machines:
+These are necessary to make sure the program cross-compiles to 32-bit architectures successfully from 64-bit GNU/Linux machines. If you don't have the lib32stdc++, try for example lib32stdc++-8-dev-x32-cross or whatever version is current on your system.
```
-sudo apt install make gcc file install lib32stdc++ lib32z1
+sudo apt install make gcc file lib32stdc++ lib32z1
```
### Android SDK <a name="android-sdk"></a>