6.40. Installing Make

6.40.1. Installation of Make

Install Make by running the following commands:


./configure --prefix=/usr &&
make &&
make install

6.40.2. Contents

The Make package contains the make program.

6.40.3. Description

make determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them.