wiki:shunfa/2011/0729

Version 1 (modified by shunfa, 13 years ago) (diff)

--

Autotool 環境設定及範例

目標

將寫好的程式碼透過以下指令就可編譯.安裝及使用

1. ./configure
2. make
3. make install

Step1. 工具取得及安裝

  1. 工具取得 autoconf下載(v2.68)
  2. 安裝

Step2. 編輯程式碼

  1. 參考autotool tutorial
  2. 編輯Makefile時必須注意,指令前的空白為<TAB>