blob: 27d5d152d2bdf4fa114e749e15e8237dedd9432d [file] [log] [blame]
Eric Andersencc8ed391999-10-05 16:24:54 +00001Please see the LICENSE file for copyright information.
2
Eric Andersended62591999-11-18 00:19:26 +00003BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
4provides a pretty complete POSIX environment in a very small package.
5Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
6an editor such as "elvis-tiny" or "ae", and you have a working system.
7Busybox was begun to support the Debian Rescue/Install disks, but it
8also makes an excellent environment for any small or embedded system.
Eric Andersencc8ed391999-10-05 16:24:54 +00009
Eric Andersended62591999-11-18 00:19:26 +000010As of version 0.20 there is a version number. : ) Also as of version
110.20, BB is now modularized to easily allow you to build of only the
12BB parts you need, thereby reducing binary size. To turn off unwanted
13Busybox components, simply edit the file busybox.def.h and comment out
14the parts you do not need using C++ style (//) comments.
Eric Andersencc8ed391999-10-05 16:24:54 +000015
Eric Andersended62591999-11-18 00:19:26 +000016After the build is complete a busybox.links file is generated which is
17then used by 'make install' to create symlinks to the busybox binary
18for all compiled in functions. By default, 'make install' will place
Eric Andersen84b00921999-12-11 04:16:51 +000019the symlink forest into `pwd`/_install unless you have defined the
20PREFIX environment variable.
Eric Andersencc8ed391999-10-05 16:24:54 +000021
Eric Andersended62591999-11-18 00:19:26 +000022Please feed suggestions, bug reports, insults, and bribes back to:
23 Erik Andersen
24 <andersen@lineo.com>
Eric Andersen664584b1999-12-11 23:25:59 +000025 <andersee@debian.org>
Eric Andersencc8ed391999-10-05 16:24:54 +000026
Eric Andersen84b00921999-12-11 04:16:51 +000027<blatent plug>
28Many thanks to go to Lineo for paying me to work on busybox.
29</blatent plug>
30