Version 1 (modified by shunfa, 14 years ago) (diff) |
---|
Autotool 環境設定及範例
目標
將寫好的程式碼透過以下指令就可編譯.安裝及使用
1. ./configure 2. make 3. make install
Step1. 工具取得及安裝
- 工具取得 autoconf下載(v2.68)
- 安裝
Step2. 編輯程式碼
- 參考autotool tutorial
- 編輯Makefile時必須注意,指令前的空白為<TAB>
Version 1 (modified by shunfa, 14 years ago) (diff) |
---|
將寫好的程式碼透過以下指令就可編譯.安裝及使用
1. ./configure 2. make 3. make install