Make 軟體包包含一個用於編譯軟體的程式。
準備編譯 Make:
./configure --prefix=/usr
編譯軟體包:
make
用以下命令測試結果:
make check
安裝軟體包:
make install
自動檢測軟體包的哪些部分需要(重新)編譯,然後執行相應命令