aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index e56cb5a47..14cc845f7 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1Please see the LICENSE file for details on copying and usage. 1Please see the LICENSE file for details on copying and usage.
2 2
3BusyBox combines tiny versions of many common UNIX utilities into a single 3BusyBox combines tiny versions of many common UNIX utilities into a single
4small executable. It provides minimalist replacements for most of the utilities 4small executable. It provides minimalist replacements for most of the utilities
5you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, 5you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
@@ -27,16 +27,16 @@ compiled in functions. By default, 'make install' will place the symlink
27forest into `pwd`/_install unless you have defined the PREFIX environment 27forest into `pwd`/_install unless you have defined the PREFIX environment
28variable (i.e., 'make PREFIX=/tmp/foo install') 28variable (i.e., 'make PREFIX=/tmp/foo install')
29 29
30If you wish to install hardlinks, rather than symlinks, you can use 30If you wish to install hardlinks, rather than symlinks, you can use
31'make install-hardlinks' instead. 31'make install-hardlinks' instead.
32 32
33---------------- 33----------------
34 34
35Supported architectures: 35Supported architectures:
36 36
37 Busybox in general will build on any architecture supported by gcc. It has 37 Busybox in general will build on any architecture supported by gcc. It has
38 a few specialized features added for __sparc__ and __alpha__. insmod 38 a few specialized features added for __sparc__ and __alpha__. insmod
39 functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k, 39 functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k,
40 MIPS, cris, and v850e. 40 MIPS, cris, and v850e.
41 41
42Supported libcs: 42Supported libcs:
@@ -69,7 +69,7 @@ Bugs:
69If you find bugs, please submit a detailed bug report to the busybox mailing 69If you find bugs, please submit a detailed bug report to the busybox mailing
70list at busybox@mail.busybox.net. A well-written bug report should include a 70list at busybox@mail.busybox.net. A well-written bug report should include a
71transcript of a shell session that demonstrates the bad behavior and enables 71transcript of a shell session that demonstrates the bad behavior and enables
72anyone else to duplicate the bug on their own machine. The following is such 72anyone else to duplicate the bug on their own machine. The following is such
73an example: 73an example:
74 74
75 To: busybox@mail.busybox.net 75 To: busybox@mail.busybox.net
@@ -90,7 +90,7 @@ an example:
90 $ date 90 $ date
91 llegal instruction 91 llegal instruction
92 92
93 I am using Debian unstable, kernel version 2.4.19-rmk1 on an Netwinder, 93 I am using Debian unstable, kernel version 2.4.19-rmk1 on an Netwinder,
94 and the latest uClibc from CVS. Thanks for the wonderful program! 94 and the latest uClibc from CVS. Thanks for the wonderful program!
95 95
96 -Diligent 96 -Diligent
@@ -103,8 +103,8 @@ reports lacking such detail may never be fixed... Thanks for understanding.
103 103
104FTP: 104FTP:
105 105
106Source for the latest released version, as well as daily snapshots, can always 106Source for the latest released version, as well as daily snapshots, can always
107be downloaded from 107be downloaded from
108 http://busybox.net/downloads/ 108 http://busybox.net/downloads/
109 109
110---------------- 110----------------
@@ -123,7 +123,7 @@ For those that are actively contributing there is even CVS write access:
123---------------- 123----------------
124 124
125Please feed suggestions, bug reports, insults, and bribes back to: 125Please feed suggestions, bug reports, insults, and bribes back to:
126 Erik Andersen 126 Erik Andersen
127 <andersen@codepoet.org> 127 <andersen@codepoet.org>
128 <andersen@codepoet.org> 128 <andersen@codepoet.org>
129 129