mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update README.md
This commit is contained in:
parent
cbd78a9bc0
commit
d117c0a742
@ -98,6 +98,7 @@ cd v
|
|||||||
# Download the V compiler's source translated to C
|
# Download the V compiler's source translated to C
|
||||||
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||||
gcc -std=gnu11 -w -o v.exe v.c # Build it with GCC
|
gcc -std=gnu11 -w -o v.exe v.c # Build it with GCC
|
||||||
|
v.exe -o v2.exe compiler # Use V to build itself to make sure it works
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user