
In the installer select Visual Studio core editor, Desktop development with C++, and Windows 11 SDK. Visual Studio takes up a lot more space (typically 20GB-50GB), but may be useful if you're planning on doing C interop with the Windows SDK / WinAPI.ĭownload and install the latest Visual Studio. If you want to uninstall this compiler, you can simply delete the folder where you unpacked the zip (eg.

Its main advantages are that it takes up very little storage space (~5MB), and compiles much more quickly than the other compilers listed here. However, V will attempt to use an alternative compiler (if installed) in -prod mode for better optimization, and installing one of these optimizing compilers is recommended. The entire process may take anywhere from 5 to 60 seconds, depending on your internet speed.ĭue to its small size and very fast compile speeds, V downloads TCC automatically when running make.bat, and uses it by default in normal (debug) builds.
