/tiny-toolchain

A tiny toolchain to make C programs

Primary LanguageC

tiny-toolchain

This is a tiny toolchain to make C programs, for people who are on Windows and don't want to download a full C/C++ toolchain (mingw, msys2, clang, etc).

Note: This will only work for C, since the compiler included is the TinyCCompiler by Fabrice Bellard, which only supports C.

How to use: unzip the zip file into a folder and add said folder to PATH (you can alternatively git clone it to the desired folder instead of unzipping).