Requirement Installation #15942
amsitlab
started this conversation in
Installation Issues
Replies: 1 comment
-
The only basic requirement, is a C compiler, that supports the C99 standard. For the supported platforms (Linux, Windows, macos), V can download a prebuilt copy of tcc that is tested to work. I have not tested the absolute minimum, but currently I have gcc-8 and clang-7 (on Ubuntu 20.04), and I can compile V itself with them: ( For some of the examples (mysql, graphical ones), you will also need other development libraries, see https://github.com/vlang/v/blob/master/README.md . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whats minimal requirement to Install V?
Gcc/Clang version?
Architecture?
etc?
Beta Was this translation helpful? Give feedback.
All reactions