From d99d3ffc869c2388a4cfcc162442faa70b8c1b19 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 28 May 2021 13:19:38 +0200 Subject: Update readme installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -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 -- cgit v1.2.3