What does it mean to build a solution/project/program? I want to make sure I have my definitions correct (so I don\'t sound like a idiot when conv
Building means many things to many people, but in general it means starting with source files produced by developers and ending with things like installation packages that are ready for deployment.
"The build" can contain many things:
"The build" can be done "by hand" or it can be automated, or some hybrid of the two. A manual build is a build that requires build commands like compilers to be executed one by one. An automated build packages together all of the individual build tools into a large build program that can be (ideally) run in a single step.