Compile

The conversion of software from human-readable form to machine readable form (usually referred to as “object code”).  Depending on the software production strategy and structure of the code being compiled, compilation might, or might not, result in a body of code immediately capable of execution.

Contrast with linking, which is sometimes bundled with the compiler, but sometimes not.