When looking through a large list of projects, one thing becomes apparent: a description of the build process always is stored in a group of files. These files can be simple shell scripts, Makefiles, ...
I am consistently being frustrated trying to compile programs from source, so I'm thinking I'm probably doing something wrong. Most of my frustration is centered around libraries: figuring out which ...