We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b8ae2 commit 040bcd9Copy full SHA for 040bcd9
README.md
@@ -165,6 +165,18 @@ docker run --rm -it vlang:latest
165
166
</details>
167
168
+### Termux/Android
169
+
170
+On Termux, V needs some packages preinstalled - a working C compiler,
171
+also `libgc` and `libgc-static`. After installing them, you can use the
172
+same script, like on Linux/macos:
173
+```bash
174
+pkg install clang libgc libgc-static
175
+git clone https://github.com/vlang/v
176
+cd v
177
+make
178
+```
179
180
## Testing and running the examples
181
182
Make sure V can compile itself:
0 commit comments