Skip to content

Commit

Permalink
docs: add git to the list of installed prerequisites for V on Termux (
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMagat305 committed Feb 10, 2023
1 parent 0a742a6 commit ac381f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vlib/v/gen/c/testdata/spawn_stack_nix.vv
Expand Up @@ -20,7 +20,7 @@ fn my_print2() {
println('ahoj svet')
}

// 64KB stack size
// 128KB stack size
[spawn_stack: 131072]
fn my_print3() {
println('здравей свят')
Expand Down

0 comments on commit ac381f5

Please sign in to comment.