diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
10 | The full list of configuration and install options is available by typing: | 10 | The 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 | ||
119 | More Information: | 119 | More Information: |
120 | ================= | 120 | ================= |