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