Table of Contents

Linux Command#Software

Linux Commands:make

Command List

Objective Command Example
make
make test
make install
make clean


Operation

Basic Operation

./configure
make
make install


Retry Install Software

make clearn
make
make install