Skip to content

Instantly share code, notes, and snippets.

@littleli
Created September 21, 2021 12:03
Show Gist options
  • Save littleli/1bb7f9f1e94ee0bf55d3e66624a6420b to your computer and use it in GitHub Desktop.
Save littleli/1bb7f9f1e94ee0bf55d3e66624a6420b to your computer and use it in GitHub Desktop.
Install V lang on Windows 10 using scoop installer

There is a way how to install V lang on Windows using Scoop installer. I prepared the manifest myself and put it to bucket maintained by me.

scoop bucket add scoop-littleli https://github.com/littleli/Scoop-littleli.git
scoop install vlang

There is also an option to bootstrap V lang using llvm-mingw which contains stable Clang. I successfully recompiled V lang with it.

scoop install llvm-mingw

and of course then (in appropriate directory):

make.bat -clang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment