aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index e17bd80d3..796ef23cc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,13 @@
11) Check Config.h and adjust if you need a different functionality than 11) Run 'make config' or 'make menuconfig' and select the
2 defined by default. 2 functionality that you wish to enable.
3 3
42) Check the Makefile 42) make dep
5 5
63) make 63) 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)
7 9
84) make install 104) make
11
125) Run 'make install' or 'make PREFIX=/target install' to
13 install busybox and all the needed links.