|
|
|
IBM developerWorks : Linux : Education - Tutorials | |
After the configure script completes, it's time to compile the sources into a running program. A program called make is used to perform this step. If your software package contained a configure script, then when you ran it, configure created Makefiles that were specially customized for your system. These files tell the make program how to build the sources and install the resultant binaries, man pages, and support files. |
|
|