Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 5  The BusyBox build process is similar to Line 5  The BusyBox build process is similar to
5    
6    make menuconfig     # This creates a file called ".config"    make menuconfig     # This creates a file called ".config"
7    make                # This creates the "busybox" executable    make                # This creates the "busybox" executable
8    make install        # or make PREFIX=/path/from/root install    make install        # or make CONFIG_PREFIX=/path/from/root install
9    
10  The full list of configuration and install options is available by typing:  The full list of configuration and install options is available by typing:
11    
# Line 114  configuration step, as in: Line 114  configuration step, as in:
114    make O=/some/empty/directory allyesconfig    make O=/some/empty/directory allyesconfig
115    cd /some/empty/directory    cd /some/empty/directory
116    make    make
117    make PREFIX=. install    make CONFIG_PREFIX=. install
118    
119  More Information:  More Information:
120  =================  =================

Legend:
Removed from v.815  
changed lines
  Added in v.816