现在的位置: 首页 > 综合 > 正文

安装SUN拼音输入法

2014年02月20日 ⁄ 综合 ⁄ 共 1015字 ⁄ 字号 评论关闭
1. Download and install the SunStudio 11 and CBE

    2. Checkout the input method repository, refer to Repository page:

    	$ hg clone ssh://anon@hg.opensolaris.org/hg/nv-g11n/inputmethod

    3. Change directory to inputmethod/sunpinyin, and launch the build script

    	$ ./build-sunpinyin.sh

    This will build an IM module for cle (Simplified Chinese Language Engine).

    4. To build the standalone Gtk+ based test program

    	$ cd inputmethod/sunpinyin/ime
    $ ./autogen.sh --enable-gtkstandalone
    $ make

     

    Note:

    1. When I tried to install cbe 1.6 in SVN B66, there is an error message:

    /cdrom/cdrom0/Solaris_11/Product/SUNWsmbaS not found

    I found that SVN Build 66 install DVD does not include this package. Add in build 63 , there are SUNWsmbaS package.

    Three Solution:

    Solution1> Modify cbe install script to do NOT install  SUNWsmbaS package;

    Solution2> During install prompt, do not install SUNWsmbaS package;

    Solution3> Copy SUNWsmbaS package from Build 63 or more early version, and install it.

     

    If using Solution 1,2 , I am not sure if Very little harm done for most of the
    packages you can compile from within the CBE. So, be careful.

     

    After a little search, It said that this package change happened in SVN build 55.

     

    抱歉!评论已关闭.