blob: 796ef23cc711419c5bffc59118180b878d09b780 [file] [log] [blame]
Eric Andersencd8c4362001-11-10 11:22:46 +000011) Run 'make config' or 'make menuconfig' and select the
2 functionality that you wish to enable.
Matt Kraai6e91f692001-05-10 14:12:20 +00003
Eric Andersencd8c4362001-11-10 11:22:46 +000042) make dep
Matt Kraai6e91f692001-05-10 14:12:20 +00005
Eric Andersencd8c4362001-11-10 11:22:46 +000063) Check the Makefile for any Makefile setting you wish
7 to adjust for your system (things like like setting
8 your cross compiler, adjusting optimizations, etc)
Matt Kraai6e91f692001-05-10 14:12:20 +00009
Eric Andersencd8c4362001-11-10 11:22:46 +0000104) make
11
125) Run 'make install' or 'make PREFIX=/target install' to
13 install busybox and all the needed links.