Code Monkey home page Code Monkey logo

Comments (1)

ShengYenPeng avatar ShengYenPeng commented on July 1, 2024

我改用 automake 成功了!

系統: 全新灌在 VMware Workstation 12 player 的 lubuntu-14.04.4-desktop-amd64

    1.安裝完 &軟體自動更新

    2. sudo apt-get install fcitx fcitx-libs-dev

    3. 切換鍵盤輸入法系統 從 ibus => fcitx  ( 右上角齒輪 > 系統設定值 > 語言支援 )

    4. 登入再登出

    5. sudo apt-get purge ibus-chewing

    6. sudo apt-get autoremove // 移除 libchewing3

    7. sudo apt-get install autoconf automake libtool cmake libclang-dev 

        sudo apt-get install  build-essential libsqlite3-dev cmake git  pkg-config

        sudo apt-get install texinfo

    8. libchewing installation (不要用cmake! )

                git clone https://github.com/chewing/libchewing.git

                cd libchewing

                ./autogen.sh

                ./configure --prefix=/usr

                 make

                 sudo make install


    9. fcitx-chewing installation

                  git clone https://github.com/fcitx/fcitx-chewing.git

                  cd fcitx-chewing

                  mkdir build; cd build

                  cmake .. 

                  make

                  sudo make install


   10.  點擊右上角小鍵盤 > 重新啟動

   11.  應該就可以在右上角小鍵盤 > 輸入法 看到新酷音了(灑花)

想請問要怎麼知道 automake 跟 cmake 有哪些地方有差別,

看能不能修改CMakeList , 讓cmake 也可以用.

from fcitx-chewing.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.