Installing V on the Windows OS
Windows is the most popular OS used by the majority of developers and V supports it. We will proceed with the installation of the V programming language on the Windows 10 OS. There are two ways to install V on the Windows 10 OS:
- Install V from portable binaries (these can be downloaded from the official V website at https://vlang.io/).
- Install V from the latest source code (this can be cloned from V's official GitHub repository at https://github.com/vlang/v).
Let's take a look at both of those installation methods in more detail. You can skip the alternate approach if you follow any one of the two installation methods on the Windows OS.
Approach 1 – installing V from portable binaries on the Windows OS
In general, portable installations give you the flexibility to simply extract the software packaged as an archive to the location of your choice without actually modifying any system behavior or registry settings...