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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • shunfa/2011/0729

    v1 v1  
     1= Autotool 環境設定及範例 =
     2== 目標 ==
     3將寫好的程式碼透過以下指令就可編譯.安裝及使用
     4{{{
     5#!text
     61. ./configure
     72. make
     83. make install
     9}}}
     10
     11=== Step1. 工具取得及安裝 ===
     121. 工具取得 [ftp://ftp.ntu.edu.tw/gnu/autoconf/autoconf-2.68.tar.gz autoconf下載(v2.68)]
     132. 安裝
     14
     15=== Step2. 編輯程式碼 ===
     161. 參考[http://markuskimius.wikidot.com/programming:tut:autotools:2 autotool tutorial][[BR]]
     172. 編輯Makefile時必須注意,指令前的空白為<TAB>
     18