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:
parent
0a742a6690
commit
ac381f5e5b
@ -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
|
`libgc` and `libgc-static`. After installing them, you can use the same script, like on
|
||||||
Linux/macos:
|
Linux/macos:
|
||||||
```bash
|
```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
|
git clone https://github.com/vlang/v
|
||||||
cd v
|
cd v
|
||||||
make
|
make
|
||||||
|
2
vlib/v/gen/c/testdata/spawn_stack_nix.vv
vendored
2
vlib/v/gen/c/testdata/spawn_stack_nix.vv
vendored
@ -20,7 +20,7 @@ fn my_print2() {
|
|||||||
println('ahoj svet')
|
println('ahoj svet')
|
||||||
}
|
}
|
||||||
|
|
||||||
// 64KB stack size
|
// 128KB stack size
|
||||||
[spawn_stack: 131072]
|
[spawn_stack: 131072]
|
||||||
fn my_print3() {
|
fn my_print3() {
|
||||||
println('здравей свят')
|
println('здравей свят')
|
||||||
|
Loading…
Reference in New Issue
Block a user