blob: 92147720992ff492127223dec807beb08de7ab98 [file] [log] [blame]
Eric Andersenc7bda1c2004-03-15 08:29:22 +000011) Run 'make config' or 'make menuconfig' and select the
Eric Andersencd8c4362001-11-10 11:22:46 +00002 functionality that you wish to enable.
Matt Kraai6e91f692001-05-10 14:12:20 +00003
Mike Frysinger0ec71bf2005-09-16 04:21:25 +000042) Run 'make'
Matt Kraai6e91f692001-05-10 14:12:20 +00005
Mike Frysinger0ec71bf2005-09-16 04:21:25 +000063) Go get a drink of water, drink a soda, visit the bathroom,
Eric Andersencb81e642003-07-14 21:21:08 +00007 or whatever while it compiles. It doesn't take very
8 long to compile, so you don't really need to waste too
9 much time waiting...
10
Mike Frysinger0ec71bf2005-09-16 04:21:25 +0000114) Run 'make install' or 'make PREFIX=/target install' to
Eric Andersencb81e642003-07-14 21:21:08 +000012 install busybox and all the needed links. Some people
13 will prefer to install using hardlinks and will instead
14 want to run 'make install-hardlinks'....