diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,8 +1,13 @@ | |||
1 | 1) Check Config.h and adjust if you need a different functionality than | 1 | 1) Run 'make config' or 'make menuconfig' and select the |
2 | defined by default. | 2 | functionality that you wish to enable. |
3 | 3 | ||
4 | 2) Check the Makefile | 4 | 2) make dep |
5 | 5 | ||
6 | 3) make | 6 | 3) 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 | ||
8 | 4) make install | 10 | 4) make |
11 | |||
12 | 5) Run 'make install' or 'make PREFIX=/target install' to | ||
13 | install busybox and all the needed links. | ||