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
3a3b136c20
commit
0d1d5612ae
@ -57,7 +57,7 @@ cd v/compiler
|
|||||||
wget https://vlang.io/v.c # Download the V compiler's source translated to C
|
wget https://vlang.io/v.c # Download the V compiler's source translated to C
|
||||||
cc -w -o vc v.c # Build it with Clang or GCC
|
cc -w -o vc v.c # Build it with Clang or GCC
|
||||||
./vc -o v . # Use the resulting V binary to build V from V source
|
./vc -o v . # Use the resulting V binary to build V from V source
|
||||||
./v -o v . # Bootstrap
|
./v -o v . # Bootstrap the compiler to make sure it works
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it! Now you have a V executable at `~/code/v/compiler/v`.
|
That's it! Now you have a V executable at `~/code/v/compiler/v`.
|
||||||
|
Loading…
Reference in New Issue
Block a user