aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL12
1 files changed, 3 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index c9cdf8e26..921477209 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,20 +1,14 @@
11) Run 'make config' or 'make menuconfig' and select the 11) Run 'make config' or 'make menuconfig' and select the
2 functionality that you wish to enable. 2 functionality that you wish to enable.
3 3
42) Run 'make dep' 42) Run 'make'
5 5
63) Check the Makefile for any Makefile setting you wish 63) Go get a drink of water, drink a soda, visit the bathroom,
7 to adjust for your system (things like like setting
8 your cross compiler, adjusting optimizations, etc)
9
104) Run 'make'
11
125) Go get a drink of water, drink a soda, visit the bathroom,
13 or whatever while it compiles. It doesn't take very 7 or whatever while it compiles. It doesn't take very
14 long to compile, so you don't really need to waste too 8 long to compile, so you don't really need to waste too
15 much time waiting... 9 much time waiting...
16 10
176) Run 'make install' or 'make PREFIX=/target install' to 114) Run 'make install' or 'make PREFIX=/target install' to
18 install busybox and all the needed links. Some people 12 install busybox and all the needed links. Some people
19 will prefer to install using hardlinks and will instead 13 will prefer to install using hardlinks and will instead
20 want to run 'make install-hardlinks'.... 14 want to run 'make install-hardlinks'....