1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

README: fix Termux instructions (add libexecinfo too)

This commit is contained in:
Delyan Angelov 2022-11-06 15:09:29 +02:00
parent 040bcd9141
commit 5638005b17
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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