LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Build system (https://www.linuxquestions.org/questions/linux-newbie-8/build-system-823714/)

priyadarshan 08-03-2010 12:43 AM

Build system
 
Yet another computer phrase / jargon is annoying me...
What is meant by "build" or "build system"???

i92guboj 08-03-2010 01:57 AM

A "build" is usually a set of binary files that you get from a source snapshot at a given version or date and with a given set of options, compiler flags, architecture, etc.

"build system" is a mechanism you use to control how files are compiled and linked to each other, how do they relate in a hierarchical system, what files do need to be recompiled when a given source file has been changes to re-create a new build, and a few other things. Well known build systems are the so-called "autotools" (also "GNU build system") and CMake. There are many more, and some people just roll their own using a shell script or something similar.

flores81 08-03-2010 02:36 AM

yup, you might be right

DJ Shaji 08-03-2010 05:51 AM

no, he is.


All times are GMT -5. The time now is 08:14 PM.