diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-16 04:21:25 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-16 04:21:25 +0000 |
commit | 6a90150a7b7d4711560d257313b720306e328fc6 (patch) | |
tree | 7eb02bb60f5d892d901ed04e3690504d5c509e4f | |
parent | 7aa861645707e6b7e43eccd866eee27221c29efc (diff) | |
download | busybox-w32-6a90150a7b7d4711560d257313b720306e328fc6.tar.gz busybox-w32-6a90150a7b7d4711560d257313b720306e328fc6.tar.bz2 busybox-w32-6a90150a7b7d4711560d257313b720306e328fc6.zip |
update for newer build system
git-svn-id: svn://busybox.net/trunk/busybox@11473 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | INSTALL | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,20 +1,14 @@ | |||
1 | 1) Run 'make config' or 'make menuconfig' and select the | 1 | 1) 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 | ||
4 | 2) Run 'make dep' | 4 | 2) Run 'make' |
5 | 5 | ||
6 | 3) Check the Makefile for any Makefile setting you wish | 6 | 3) 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 | |||
10 | 4) Run 'make' | ||
11 | |||
12 | 5) 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 | ||
17 | 6) Run 'make install' or 'make PREFIX=/target install' to | 11 | 4) 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'.... |