dschinn1001 First you download little V package for Linux (with 160 KB) at https://vlang.io Create directory for your sandbox and place package there. Extract it. Then git should be installed. sudo eopkg it git cd /to-your-directory-of-sandbox git clone https://github.com/vlang/ cd sudo eopkg it glibc-devel sudo eopkg it -c system.devel cd /to-your-directory-of-sandbox cd /to-your-directory-of-sandbox/V*/v/compiler make Dunno ! Now you can start experimenting with V ! Happy hacking !
brent Your second CD. I assume after your git command, that you went back to cd/to your directory-of-sandbox,, right?
dschinn1001 Hello Staudey ! - yeah, it is result of : make complained first about missing inittypes.h - then in next step make complained about missing limits.h - so it went to this tutorial above.
dschinn1001 After first cd it is not git clone https://github.com/vlang/ instead it is git clone https://github.com/vlang/v updates are settled in directory of v with git pull origin master make