mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
README: add a section to clarify the installation process on Termux
This commit is contained in:
parent
25b8ae2189
commit
040bcd9141
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue