From 5638005b179b3be8a51e54b4633cff265420a83b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 6 Nov 2022 15:09:29 +0200 Subject: [PATCH] README: fix Termux instructions (add libexecinfo too) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0444aad86..efb64e6b2f 100644 --- a/README.md +++ b/README.md @@ -167,11 +167,11 @@ docker run --rm -it vlang:latest ### Termux/Android -On Termux, V needs some packages preinstalled - a working C compiler, -also `libgc` and `libgc-static`. After installing them, you can use the -same script, like on Linux/macos: +On Termux, V needs some packages preinstalled - a working C compiler, also `libexecinfo`, +`libgc` and `libgc-static`. After installing them, you can use the same script, like on +Linux/macos: ```bash -pkg install clang libgc libgc-static +pkg install clang libexecinfo libgc libgc-static git clone https://github.com/vlang/v cd v make