Version 2 (modified by shunfa, 13 years ago) (diff) |
---|
Autotool 環境設定及範例筆記
目標
將寫好的程式碼透過以下指令就可編譯.安裝及使用
1. ./configure 2. make 3. make install
Step1. 工具取得及安裝
- 工具取得 autoconf下載(v2.68)
- 安裝
Step2. 編輯程式碼
- 參考autotool tutorial
- 新增hello.c
- 編輯Makefile(註:指令前的空白為<TAB>)
- 步驟結束後目錄下會有以下檔案: hello.c hello Makefile
Step3. 執行autoconf
- 步驟結束後目錄下會有以下檔案: