doc: add windows installation recommendation (#8996)

pull/8999/head
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
1 changed files with 3 additions and 0 deletions

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).