Changes

Jump to: navigation, search

SBR600 Build-from-Source Lab

258 bytes added, 18:52, 8 January 2011
Building from Source Code
# Executed by an interpreter (such as bash), which reads the text of the source code and performs the relevant operations.
# Compiled into ''machine code'', which can then be directly executed by a computer (either directly by the CPU, or by a virtual machine). Files containing machine code are called ''binaries'', ''executables'', or ''bytecode''.
 
The process of preparing software for use is called ''building''. Note that this may include compiling the software, but it may involve other operations, such as compiling fonts, processing data (such as game levels), converting file formats, and so forth.
= Preparing to Build =

Navigation menu