INSTALL 728 B

1234567891011121314151617181920
  1. 1) Run 'make config' or 'make menuconfig' and select the
  2. functionality that you wish to enable.
  3. 2) Run 'make dep'
  4. 3) Check the Makefile for any Makefile setting you wish
  5. to adjust for your system (things like like setting
  6. your cross compiler, adjusting optimizations, etc)
  7. 4) Run 'make'
  8. 5) Go get a drink of water, drink a soda, visit the bathroom,
  9. or whatever while it compiles. It doesn't take very
  10. long to compile, so you don't really need to waste too
  11. much time waiting...
  12. 6) Run 'make install' or 'make PREFIX=/target install' to
  13. install busybox and all the needed links. Some people
  14. will prefer to install using hardlinks and will instead
  15. want to run 'make install-hardlinks'....