Page 1 of 1

makefile for Pi

Posted: Tue Oct 07, 2014 5:17 am
by lilzz
I have a bunch of C source files. What's best utility for Pi so I can generate a Makefile

Then I would do Make to generate executable

Re: makefile for Pi

Posted: Tue Oct 07, 2014 5:27 am
by elatllat
This is nothing pi specific;
http://mrbook.org/tutorials/make/
or If your just installing someone elses code it's normally:

Code: Select all

./configure && make && make install