Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Soulstorm

macrumors 68000
Original poster
Feb 1, 2005
1,887
1
Newbie here!

I have downloaded a source for a program. It includes a makefile inside it.

I know that this is the key file to create an application for OS X. But how do I compile all those files using the makefile?
 
Soulstorm said:
Newbie here!

I have downloaded a source for a program. It includes a makefile inside it.

I know that this is the key file to create an application for OS X. But how do I compile all those files using the makefile?

You type in 'make'.

However generally with source distributions the author will include a README.txt or INSTALL.txt file that explains how to compile the program. If you do not have development experience then you are probably better off checking whether there is a binary distribution or whether it is supported by the fink project.
 
Typically there is an 'INSTALL' or 'README' file in the archive. You might want to check that out first.
Whoa! I should have read that guys post.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.