1) Run 'make config' or 'make menuconfig' and select the functionality that you wish to enable. 2) Run 'make' 3) Go get a drink of water, drink a soda, visit the bathroom, or whatever while it compiles. It doesn't take very long to compile, so you don't really need to waste too much time waiting... 4) Run 'make install' or 'make PREFIX=/target install' to install busybox and all the needed links. Some people will prefer to install using hardlinks and will instead want to run 'make install-hardlinks'....