What are the configure, make, make install commands in Linux and their usage?

For linux source code installation software, generally download the source package to get the file: xxxx.tgz
=================================== ===
1. Unpacking software
        tar zxf xxxx.tgz
=====================================
2 , configure
        cd xxxx
         ./configure --prefix=/usr/local/supersparrow
      
=================================== ===
3. Compile
        make
=====================================
4. Install
        make install
== ===================================
5. Uninstall       
make uninstall
=========== ==========================


./configure --prefix= followed by the path

reference for software installation: https://zhidao.baidu. com/question/873571868982546612.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326308470&siteId=291194637