Skip to content

Ffad32/game

Repository files navigation


set working directory
cd c:\home\user\main

64-bit version

compile:
gcc -fdiagnostics-color=always -g main.c -o bin/x64/main.exe -I include -L lib/x64 -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer

start
.\bin\x64\main.exe


32-bit version\

compile:
gcc -fdiagnostics-color=always -g main.c -o bin/x32/main.exe -I include -L lib/x32 -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer

start
.\bin\x32\main.exe





made by Frantisek Nevoral



gcc -dumpmashine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors