Changes between Version 1 and Version 2 of shunfa/2011/0729


Ignore:
Timestamp:
Jul 29, 2011, 11:54:40 AM (13 years ago)
Author:
shunfa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shunfa/2011/0729

    v1 v2  
    1 = Autotool 環境設定及範例 =
     1= Autotool 環境設定及範例筆記 =
    22== 目標 ==
    33將寫好的程式碼透過以下指令就可編譯.安裝及使用
     
    1515=== Step2. 編輯程式碼 ===
    16161. 參考[http://markuskimius.wikidot.com/programming:tut:autotools:2 autotool tutorial][[BR]]
    17 2. 編輯Makefile時必須注意,指令前的空白為<TAB>
     172. 新增hello.c
     183. 編輯Makefile(註:指令前的空白為<TAB>)
    1819
     20 * 步驟結束後目錄下會有以下檔案: hello.c hello Makefile
     21
     22=== Step3. 執行autoconf ===
     23
     24 * 步驟結束後目錄下會有以下檔案:
     25
     26