Compile C File Using Makefile On Windows -



Compile C File Using Makefile On Windows -

i have project .c file , makefile containing "compilation rules" gcc compiler. i'm having problem finding way compile executable on windows 8 machine. straight-forward on ubuntu.

it should simple installing gcc , using command line switch directory , using make command.

i'm stuck @ installation part since can't find easy or documented solution.

please suggest me piece of software task. need step-by-step instructions create make command available on command line globally using e.g. mingw since doesn't nor tells it.

you need modify path variable includes directory mingw binaries:

c:\>echo %path% ...;d:\bin-win64\mingw64\bin;...

for more information, see

http://superuser.com/questions/502358/easier-way-to-change-environment-variables-in-windows-8

c windows gcc makefile

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -