Changes between Initial Version and Version 1 of shunfa/2011/0729
- Timestamp:
- Jul 29, 2011, 11:49:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shunfa/2011/0729
v1 v1 1 = Autotool 環境設定及範例 = 2 == 目標 == 3 將寫好的程式碼透過以下指令就可編譯.安裝及使用 4 {{{ 5 #!text 6 1. ./configure 7 2. make 8 3. make install 9 }}} 10 11 === Step1. 工具取得及安裝 === 12 1. 工具取得 [ftp://ftp.ntu.edu.tw/gnu/autoconf/autoconf-2.68.tar.gz autoconf下載(v2.68)] 13 2. 安裝 14 15 === Step2. 編輯程式碼 === 16 1. 參考[http://markuskimius.wikidot.com/programming:tut:autotools:2 autotool tutorial][[BR]] 17 2. 編輯Makefile時必須注意,指令前的空白為<TAB> 18