Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.03 KB

Meme Generator

GUI meme creation software made using C.

Instructions

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. Screenshot (160) Screenshot (161) Screenshot (162) output - Copy