wiki:shunfa/2011/0729
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_ra_local-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

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

--

Autotool 環境設定及範例

目標

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

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

Step1. 工具取得及安裝

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

Step2. 編輯程式碼

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