Next: Portability and Application Code, Previous: Benefits of using Gnulib, Up: Philosophy [Contents][Index]
Classical libraries are installed as binary object code. Gnulib is
different: It is used as a source code library. Each package that uses
Gnulib thus ships with part of the Gnulib source code. The used portion
of Gnulib is tailored to the package: A build tool, called
gnulib-tool
, is provided that copies a tailored subset of Gnulib
into the package.