aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-16 04:21:25 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-16 04:21:25 +0000
commit6a90150a7b7d4711560d257313b720306e328fc6 (patch)
tree7eb02bb60f5d892d901ed04e3690504d5c509e4f
parent7aa861645707e6b7e43eccd866eee27221c29efc (diff)
downloadbusybox-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--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'....