fix building with debugging enabled #413
[oweals/busybox.git] / INSTALL
1 1) Run 'make config' or 'make menuconfig' and select the
2    functionality that you wish to enable.
3
4 2) Run 'make'
5
6 3) Go get a drink of water, drink a soda, visit the bathroom,
7     or whatever while it compiles.  It doesn't take very
8     long to compile, so you don't really need to waste too
9     much time waiting...
10
11 4) Run 'make install' or 'make PREFIX=/target install' to
12     install busybox and all the needed links.  Some people
13     will prefer to install using hardlinks and will instead
14     want to run 'make install-hardlinks'....