2012年8月21日 星期二

在 Mountain Lion 上編譯 libchewing

本文參考迷途小書僮的筆記 在 mac osx 10.7 下編譯 libchewing ,成功在 Mountain Lion 上編譯 libchewing。
步驟如下:
  1. 先去 github clone 一份乾淨的 source code 回來
    • git clone https://github.com/chewing/libchewing.git
  2. 安裝 xcode
  3. 安裝 homebrew : 依照首頁的指示安裝
  4. 安裝以下套件
    • brew install autoconf automake check libtool pkg-config
  5. 開始編譯
    • cd libchewing
    • ./autogen.sh
    • ./configure
    • make
    • sudo make install