busybox/INSTALL

15 lines
541 B
Plaintext
Raw Normal View History

1) Run 'make config' or 'make menuconfig' and select the
functionality that you wish to enable.
2005-09-16 09:51:25 +05:30
2) Run 'make'
2005-09-16 09:51:25 +05:30
3) Go get a drink of water, drink a soda, visit the bathroom,
or whatever while it compiles. It doesn't take very
long to compile, so you don't really need to waste too
much time waiting...
2005-09-16 09:51:25 +05:30
4) Run 'make install' or 'make PREFIX=/target install' to
install busybox and all the needed links. Some people
will prefer to install using hardlinks and will instead
want to run 'make install-hardlinks'....