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

doc: add windows installation recommendation (#8996)

This commit is contained in:
Patrick Hintermayer 2021-02-27 13:25:30 +01:00 committed by GitHub
parent efca21e988
commit 970bb09eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,9 @@ NB: You can also pass one of `-gcc`, `-msvc`, `-clang` to `make.bat` instead,
if you do prefer to use a different C compiler, but -tcc is small, fast, and
easy to install (V will download a prebuilt binary automatically).
It is recommended to add this folder to the PATH of your environment variables.
This can be done with the command `v.exe symlink`.
### Android
Running V graphical apps on Android is also possible via [vab](https://github.com/vlang/vab).