当前位置: 首页 > 工具软件 > vlang > 使用案例 >

install vlang

韦志新
2023-12-01

1: clone it

git clone https://github.com/vlang/v

2:build it

cd v
make

3:create symlink and you can run cmd v anywhere

sudo ln -s [path to V repo]/v /usr/local/bin/v

4:run helloworld

cd examples
v run hello_world.v

5:have fun with it. HAHAHA…

 类似资料:

相关阅读

相关文章

相关问答