diff options
author | kwadronaut <kwadronaut@leap.se> | 2019-06-23 17:00:23 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2019-06-23 17:00:23 +0200 |
commit | 6c3707faab4c2cf21c86eefa03a32091500fba3e (patch) | |
tree | 2db951613dc3f839216cb4ec7722601e022c0792 | |
parent | 3d3b9f40dfc4d6eabb60330c2d3a4029518eb292 (diff) |
missing apt install in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ sudo apt install default-jdk These are necessary to make sure the program cross-compiles to 32-bit architectures successfully from 64-bit GNU/Linux machines: ``` -sudo apt make gcc file install lib32stdc++ lib32z1 +sudo apt install make gcc file install lib32stdc++ lib32z1 ``` ### Android SDK <a name="android-sdk"></a> |