Digital Media, Web Design, and Web Development by Ethan Kent | ethanmultimedia.com

ethan -at- ethanmultimedia -dot- com
six one nine - two four six - four one two zero

Compiling From Source on My Mac OSX 10.4 System

I finally broke down and decided to compile my own software. I’ve been avoiding this for a while for no particular reason. Maybe I just didn’t feel ready to cross that particular Rubicon of geekness. But the day has come, and the world will never be the same. In the process I upgraded my compiler, so my compiling process is not quite the same as what I read online. But it does work on Mac OSX 10.4, and that’s really all that matters to me. Here’s what I did…

Checked Out The Latest Version Via SVN

svn checkout svn://svn.mynewsoftware.org/mynewsoftware/trunk mynewsoftware

This created a directory with a bunch of .c files, some .o files, a few .h files, etc

Created a Configuration Appropriate To My System

cd mynewsoftware/
./configure

Updated My Compiler.

The software documentation noted that I would need GNU Make 3.81 or higher in order to compile. The easiest way I found to do this is install via Macports.

sudo port install gmake

Compiled and Installed Based On The Configuration I Created.

On my newly upgraded Mac OSX 10.4 system, I issued this command

gmake
sudo gmake install

After that I was pretty much good to go.


Filed Under: , , , , , , , , ,


Comment

Textile Help

Previous Article

Next Article

About This Site

The contents, design, and development of this site are all done by me, Ethan Kent.

The contents of my site, ethanmultimedia.com, are for general information only and provided strictly as is. I do my best to be truthful and accurate, but I must expressly disclaim any implied warranties of non-infringement, merchantability and fitness for a particular purpose. Browse this site at your own risk. If you’re looking for safety and assurance you should probably seek the advice of an appropriate professional.

Contact Digital Media and Web Designer Ethan Kent - based in San Diego, CA.