diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,5 +1,5 @@ | |||
1 | Please see the LICENSE file for details on copying and usage. | 1 | Please see the LICENSE file for details on copying and usage. |
2 | 2 | ||
3 | BusyBox combines tiny versions of many common UNIX utilities into a single | 3 | BusyBox combines tiny versions of many common UNIX utilities into a single |
4 | small executable. It provides minimalist replacements for most of the utilities | 4 | small executable. It provides minimalist replacements for most of the utilities |
5 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, | 5 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, |
@@ -27,16 +27,16 @@ compiled in functions. By default, 'make install' will place the symlink | |||
27 | forest into `pwd`/_install unless you have defined the PREFIX environment | 27 | forest into `pwd`/_install unless you have defined the PREFIX environment |
28 | variable (i.e., 'make PREFIX=/tmp/foo install') | 28 | variable (i.e., 'make PREFIX=/tmp/foo install') |
29 | 29 | ||
30 | If you wish to install hardlinks, rather than symlinks, you can use | 30 | If 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 | ||
35 | Supported architectures: | 35 | Supported 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 | ||
42 | Supported libcs: | 42 | Supported libcs: |
@@ -69,7 +69,7 @@ Bugs: | |||
69 | If you find bugs, please submit a detailed bug report to the busybox mailing | 69 | If you find bugs, please submit a detailed bug report to the busybox mailing |
70 | list at busybox@mail.busybox.net. A well-written bug report should include a | 70 | list at busybox@mail.busybox.net. A well-written bug report should include a |
71 | transcript of a shell session that demonstrates the bad behavior and enables | 71 | transcript of a shell session that demonstrates the bad behavior and enables |
72 | anyone else to duplicate the bug on their own machine. The following is such | 72 | anyone else to duplicate the bug on their own machine. The following is such |
73 | an example: | 73 | an 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 | ||
104 | FTP: | 104 | FTP: |
105 | 105 | ||
106 | Source for the latest released version, as well as daily snapshots, can always | 106 | Source for the latest released version, as well as daily snapshots, can always |
107 | be downloaded from | 107 | be 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 | ||
125 | Please feed suggestions, bug reports, insults, and bribes back to: | 125 | Please 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 | ||