mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
README: add a section to clarify the installation process on Termux
This commit is contained in:
parent
25b8ae2189
commit
040bcd9141
12
README.md
12
README.md
@ -165,6 +165,18 @@ docker run --rm -it vlang:latest
|
||||
|
||||
</details>
|
||||
|
||||
### 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:
|
||||
```bash
|
||||
pkg install clang libgc libgc-static
|
||||
git clone https://github.com/vlang/v
|
||||
cd v
|
||||
make
|
||||
```
|
||||
|
||||
## Testing and running the examples
|
||||
|
||||
Make sure V can compile itself:
|
||||
|
Loading…
Reference in New Issue
Block a user