aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 6644481a3..a7902ab8d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ The BusyBox build process is similar to the Linux kernel build:
5 5
6 make menuconfig # This creates a file called ".config" 6 make menuconfig # This creates a file called ".config"
7 make # This creates the "busybox" executable 7 make # This creates the "busybox" executable
8 make install # or make PREFIX=/path/from/root install 8 make install # or make CONFIG_PREFIX=/path/from/root install
9 9
10The full list of configuration and install options is available by typing: 10The full list of configuration and install options is available by typing:
11 11
@@ -114,7 +114,7 @@ configuration step, as in:
114 make O=/some/empty/directory allyesconfig 114 make O=/some/empty/directory allyesconfig
115 cd /some/empty/directory 115 cd /some/empty/directory
116 make 116 make
117 make PREFIX=. install 117 make CONFIG_PREFIX=. install
118 118
119More Information: 119More Information:
120================= 120=================