aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 11:22:46 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 11:22:46 +0000
commitcd8c436d811a5a077a0b61a6616c900173e2dcfb (patch)
tree94163bfef63fec4c2638d5f56be310b7176464d7 /INSTALL
parent94f19a838518293810a0fc0c4dca926ca8caff57 (diff)
downloadbusybox-cd8c436d811a5a077a0b61a6616c900173e2dcfb.tar.gz
Latest patch from vodz:
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets
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 @@
-1) Check Config.h and adjust if you need a different functionality than
- defined by default.
+1) Run 'make config' or 'make menuconfig' and select the
+ functionality that you wish to enable.
-2) Check the Makefile
+2) make dep
-3) make
+3) Check the Makefile for any Makefile setting you wish
+ to adjust for your system (things like like setting
+ your cross compiler, adjusting optimizations, etc)
-4) make install
+4) make
+
+5) Run 'make install' or 'make PREFIX=/target install' to
+ install busybox and all the needed links.