work

How to Compile Software From Source Code

Posted by Gina Trapani at 12:30 AM on July 17, 2008

When you run across good-looking open source software which isn't available as an executable, installable file, it's time to get down and dirty with the source code at the command line. Tech tutorial site Webmonkey describes how to compile software from source. The process involves three main steps—the basic commands in order are configure, make, and make install. You can get tripped up if your system doesn't have a compiler, or the software has dependencies that aren't available, but those issues are easily resolved—and there's no better feeling when you're starting to get comfortable at the command line than the first time you successfully compile software from source. This howto's a great place to start.


 

Tags: command line | source code | work

Comments (AU Comments · US Comments)

There are currently no AU comments for this post.

Post Your Comment

Lifehacker Australia moderates comments to avoid spam and abuse. We're looking for comments that are interesting, substantial and/or highly amusing. HTML is not accepted.

You must supply a name and your email address.