Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/docs/busybox_header.pod

    r821 r1765  
    3434After the compile has finished, you should use 'make install' to install
    3535BusyBox. This will install the 'bin/busybox' binary, in the target directory
    36 specified by PREFIX. PREFIX can be set when configuring BusyBox, or you can
    37 specify an alternative location at install time (i.e., with a command line
    38 like 'make PREFIX=/tmp/foo install'). If you enabled any applet installation
    39 scheme (either as symlinks or hardlinks), these will also be installed in
    40 the location pointed to by PREFIX.
     36specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when configuring BusyBox,
     37or you can specify an alternative location at install time (i.e., with a
     38command line like 'make CONFIG_PREFIX=/tmp/foo install'). If you enabled
     39any applet installation scheme (either as symlinks or hardlinks), these will
     40also be installed in the location pointed to by CONFIG_PREFIX.
    4141
    4242=head1 USAGE
Note: See TracChangeset for help on using the changeset viewer.