aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 11:22:46 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 11:22:46 +0000
commit6513e85b61ee36cc5e699122f0edfbe60d0be104 (patch)
tree94163bfef63fec4c2638d5f56be310b7176464d7 /INSTALL
parent5bf1e9412b3bc8281e5c8cb2a02c5e5b5736c422 (diff)
downloadbusybox-w32-6513e85b61ee36cc5e699122f0edfbe60d0be104.tar.gz
busybox-w32-6513e85b61ee36cc5e699122f0edfbe60d0be104.tar.bz2
busybox-w32-6513e85b61ee36cc5e699122f0edfbe60d0be104.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@3645 69ca8d6d-28ef-0310-b511-8ec308f3f277
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.