diff options
author | cyberta <cyberta@riseup.net> | 2021-06-05 18:41:23 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-06-05 18:41:23 +0000 |
commit | fa637a0a37258d1b658b744d6aab49bcfd45d318 (patch) | |
tree | 6e48c1d0c6ad475a542a1a3dca498712039fcb7d | |
parent | 8da73ad0306b945873fc29df93fb77e2522f8be6 (diff) | |
parent | d99d3ffc869c2388a4cfcc162442faa70b8c1b19 (diff) |
Merge branch 'readme' into 'master'
Update readme installation
See merge request leap/bitmask_android!136
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |