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
0bb3acef87
commit
0afcadcfd1
@ -26,7 +26,7 @@ Installing V: https://github.com/vlang/v#installing-v-from-source
|
|||||||
- Easy cross compilation
|
- Easy cross compilation
|
||||||
- REPL
|
- REPL
|
||||||
|
|
||||||
V 1.0 release is planned for December 2019.
|
V 1.0 release is planned for December 2019. Right now V is in an alpha stage.
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ Make sure the `C:/mingw-w64/bin` directory is in system's PATH.
|
|||||||
```bash
|
```bash
|
||||||
# You can clone V anywhere
|
# You can clone V anywhere
|
||||||
git clone https://github.com/vlang/v
|
git clone https://github.com/vlang/v
|
||||||
cd v/compiler
|
cd v
|
||||||
# Download the V compiler's source translated to C
|
# Download the V compiler's source translated to C
|
||||||
curl -sO https://raw.githubusercontent.com/vlang/vc/master/v.c
|
curl -sO 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
|
||||||
|
Loading…
Reference in New Issue
Block a user