Most software follows a 3-step process to build from source: ./configure && make && make install. The configure script checks dependencies, while make generates an executable; autoconf/automake help ...
Confused between Computer Engineering and Software Engineering? Read out the key comparison in computer vs software ...