lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

makefile for Pi

Tue Oct 07, 2014 5:17 am

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

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: makefile for Pi

Tue Oct 07, 2014 5:27 am

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
SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

Return to “Beginners”