mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
Update README.md
This commit is contained in:
parent
ea4ea7d647
commit
f9f5ca46db
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ cd v/compiler
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
Or build without make:
|
Or build without make:
|
||||||
```
|
```bash
|
||||||
# Download the V compiler's source translated to C
|
# Download the V compiler's source translated to C
|
||||||
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
|
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||||
cc -std=gnu11 -w -o v v.c # Build it with Clang or GCC
|
cc -std=gnu11 -w -o v v.c # Build it with Clang or GCC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue