GUI meme creation software made using C.
To build the project, you need to have an installed version of Microsoft Visual Studio (NOT VSCODE).
Download Link - https://visualstudio.microsoft.com/#vs-section
In your terminal (command prompt for windows), type the following:
init build run
These are batch scripts which automatically compile the source using cl compiler provided by Visual Studio.
init.bat initialises the environment for cl to be used.
build.bat compiles the source to an executable.
run.bat runs the executable.