aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index afd91b46a..503799210 100644
--- a/README
+++ b/README
@@ -18,9 +18,8 @@ it also makes an excellent environment for any small or embedded system.
18 18
19As of version 0.20 there is now a version number. : ) Also as of version 0.20, 19As of version 0.20 there is now a version number. : ) Also as of version 0.20,
20BusyBox is now modularized to easily allow you to build only the components you 20BusyBox is now modularized to easily allow you to build only the components you
21need, thereby reducing binary size. To turn off unwanted BusyBox components, 21need, thereby reducing binary size. Run 'make config' or 'make menuconfig'
22simply edit the file "Config.h" and comment out the components you do not need 22for select the functionality that you wish to enable.
23using C++ style (//) comments.
24 23
25After the build is complete, a busybox.links file is generated. This is 24After the build is complete, a busybox.links file is generated. This is
26used by 'make install' to create symlinks to the busybox binary for all 25used by 'make install' to create symlinks to the busybox binary for all