diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-27 09:29:49 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-27 09:29:49 +0000 |
commit | 062c74f71035091fcef0b20ff4e8cb77d18124cc (patch) | |
tree | 1bed61e79f91852c991adac367156ed21aa9d136 /README | |
parent | ec87d37305e2fef720503fce62f32ec837428780 (diff) | |
download | busybox-w32-062c74f71035091fcef0b20ff4e8cb77d18124cc.tar.gz busybox-w32-062c74f71035091fcef0b20ff4e8cb77d18124cc.tar.bz2 busybox-w32-062c74f71035091fcef0b20ff4e8cb77d18124cc.zip |
last_patch_68 from Vladimir N. Oleynik
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,9 +18,8 @@ it also makes an excellent environment for any small or embedded system. | |||
18 | 18 | ||
19 | As of version 0.20 there is now a version number. : ) Also as of version 0.20, | 19 | As of version 0.20 there is now a version number. : ) Also as of version 0.20, |
20 | BusyBox is now modularized to easily allow you to build only the components you | 20 | BusyBox is now modularized to easily allow you to build only the components you |
21 | need, thereby reducing binary size. To turn off unwanted BusyBox components, | 21 | need, thereby reducing binary size. Run 'make config' or 'make menuconfig' |
22 | simply edit the file "Config.h" and comment out the components you do not need | 22 | for select the functionality that you wish to enable. |
23 | using C++ style (//) comments. | ||
24 | 23 | ||
25 | After the build is complete, a busybox.links file is generated. This is | 24 | After the build is complete, a busybox.links file is generated. This is |
26 | used by 'make install' to create symlinks to the busybox binary for all | 25 | used by 'make install' to create symlinks to the busybox binary for all |