You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... or, if you already used git clone https://github.com/vlang/v-analyzer,
execute below inside your local v-analyzer clone:
git submodule init && git submodule update
If you do not do either, the symptom is that when you try to build v-analyzer,
you will get a C compiler message, about lib.c not found.
Tip
On Windows, use GCC for building, as TCC can run into some issues.
Update V to the latest version:
v up
Building from Source
You can build the debug or release version of the binary.
The debug version will be slower and contain additional debugging information, but is faster to compile.