readme: Building without make: add `git clone` (#1468)

pull/1480/head
Zaoqi 2019-08-05 15:59:48 +08:00 committed by Alexander Medvednikov
parent 22eaceb17c
commit afac2bf4de
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ On Windows follow these instructions: [github.com/vlang/v/wiki/Installing-a-C-co
### Building without make
```bash
git clone https://github.com/vlang/v
cd v
# Download the V compiler's source translated to C
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
cc -std=gnu11 -w -o v v.c -lm # Build it with Clang or GCC