We Recommend

Learning Python Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.


Posted By

noah on 10/01/08


Tagged

mac osx compile configure sudo make autoconf Compilation src source compiling


Versions (?)


Compiling from source on OS X


Published in: Other 


I was a little nervous when I found out we don't use MacPorts or Fink at my new job --- they compile tools from source instead. Turns out that compiling is pretty easy though, at least so far.

  1. # cd into the source directory and run the following command. That should do it.
  2. sudo ./configure; sudo make; sudo make install

Report this snippet 

You need to login to post a comment.