Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

build

You are here: irt.org | FOLDOC | build

<programming, systems> To process all of a project's source code and other digital assets or resources in order to produce a deployable product. In the simplest case this might mean compiling one file of C source to produce an executable file. More complex builds would typically involve compiling multiple source files, building library modules, packaging intermediate build products (e.g. Java class files in a jar file), adding or updating version information and other data about the product (e.g. intended deployment platform), running tests and interacting with a source code control system.

The build process is normally automated using tools such as Unix make, Apache ant or as part of an integrated development environment. This is taken one step further by continuous integration set-ups which periodically build the system while you are working on it.

(2011-12-16)

Nearby terms: BUGSYS « bug tracking system « Bugzilla « build » built-in » Built-in Self Test » Bull

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb