If you have any suggestions or comments, and would prefer using email, please contact me at:
gngabriel29[REMOVETHISANDREPLACEWITHYOU-KNOW-WHAT]ymail.com

December 17, 2008

Configure package with linux command line

Hi everyone, welcome to today’s tutorial where we will learn how to configure a package at linux command line, to prepare to read documentation with linux command line.

1. at command line, type:
./configure

note:
most packages have a autoconfiguration file, usually called configure

to see options of a configure, you can type:
./configure –help

to set base dir, eg. /usr/local, where package will be installed:
./configure –prefix /usr/local

note:
by default, packages are installed at /usr/local
you can use the –prefix option to set another base directory other than the default of /usr/local

if you run configure properly, and it completes without error, you should have a makefile (which is then used to actually compile the program)

Comments »

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href=""> <b> <blockquote> <code> <em> <i> <strike> <strong>. I unfortunately do not have a spoiler-code, so be sure mark spoilers well.



Anti-spam measure: please retype the above text into the box provided.