The Standard Build Procedure
Standard source code build, after unpacking the tarball, will
typically proceed as
./configure --prefix=/foo/bar/
make
make check
su -
make install
|
For the maintainer, the first step is the most interesting and
fiddly. After that, it is easy.