basic compiling from source code in unix
February 13th, 2008 by Lawrence David
a reasonable way to first try and compile source code that someone has handed you:
1) navigate over to the source directory.
2) >> ./configure
3) >> make
4) >> make install