mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: simpler Windows instructions
This commit is contained in:

committed by
GitHub

parent
ebbea9f560
commit
9afa9ad15a
@@ -83,9 +83,14 @@ make
|
|||||||
|
|
||||||
V works great on Windows Subsystem for Linux. The instructions are the same as above.
|
V works great on Windows Subsystem for Linux. The instructions are the same as above.
|
||||||
|
|
||||||
If you want to build v.exe on Windows without WSL, you can use MinGW-w64 or Visual Studio:
|
If you want to build v.exe on Windows without WSL, you have to install MinGW-w64 or Visual Studio (https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows) and then run
|
||||||
|
|
||||||
https://github.com/vlang/v/wiki/Installing-V-from-source-on-Windows
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/vlang/v
|
||||||
|
cd v
|
||||||
|
make.bat
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user