This is the standard method for compiling software from source:
./configure: Prepares the build environment.
make: Compiles the source code.
make install: Installs the compiled program.
[Reference:, CompTIA Linux+ XK0-005 Study Guide, Chapter 6, man make, ]
Submit