summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2021-06-05 18:41:23 +0000
committercyberta <cyberta@riseup.net>2021-06-05 18:41:23 +0000
commitfa637a0a37258d1b658b744d6aab49bcfd45d318 (patch)
tree6e48c1d0c6ad475a542a1a3dca498712039fcb7d
parent8da73ad0306b945873fc29df93fb77e2522f8be6 (diff)
parentd99d3ffc869c2388a4cfcc162442faa70b8c1b19 (diff)
Merge branch 'readme' into 'master'
Update readme installation See merge request leap/bitmask_android!136
-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>