1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: add git to the list of installed prerequisites for V on Termux (#17276)

This commit is contained in:
MatejMagat305 2023-02-10 16:02:02 +01:00 committed by GitHub
parent 0a742a6690
commit ac381f5e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ On Termux, V needs some packages preinstalled - a working C compiler, also `libe
`libgc` and `libgc-static`. After installing them, you can use the same script, like on
Linux/macos:
```bash
pkg install clang libexecinfo libgc libgc-static make
pkg install clang libexecinfo libgc libgc-static make git
git clone https://github.com/vlang/v
cd v
make

View File

@ -20,7 +20,7 @@ fn my_print2() {
println('ahoj svet')
}
// 64KB stack size
// 128KB stack size
[spawn_stack: 131072]
fn my_print3() {
println('здравей свят')