Help on 'build-depends'                                         Feta 1.4.0
--------------------------------------------------------------------------

The 'build-depends' command installs the programs required to compile
and install a program from source. If a program depends on a virtual
package for building (for example, java-compiler), a program will be
selected automatically, and may not actually satisfy the build dependency
(for example, java-compiler-dummy). You wish to make sure that all the
packages installed will actually be useful during the build.

EXAMPLES
--------
To install build dependencies for the GIMP, version 1.2:
 # feta build-depends gimp1.2

OTHER REFERENCES
----------------
Feta uses the 'apt-get build-dep' command to resolve build dependencies.
See apt-get(8) for more information.

'feta build-depends [package]' is run automatically when the 'build'
command is used, so you do not need to run it manually.

--------------------------------------------------------------------------
Help on 'build-depends'                                         Feta 1.4.0
