File: build-depends

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (25 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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