Documents » Build SunPinyin
en

Build SunPinyin

NOTE: The input-method project is no longer active on this website so information here may be out of date. Current Oracle Solaris 11 product documentation can be found here. Information about downloading Oracle Solaris 11 can be found here.
  • For Solaris environment, download and install the SunStudio 11 and CBE
  • SunStudio 12 is bounded in Solaris Nevada, you don't need to download and install SunStudio 11.
    $ hg clone ssh://anon@hg.opensolaris.org/hg/nv-g11n/inputmethod
  • Change directory to inputmethod/sunpinyin, and launch the build script
    $ ./build-sunpinyin.sh

Or

    $ cd inputmethod/sunpinyin/ime
    $ ./autogen.sh --prefix=/usr
    $ make
    # make install

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

  • To build the standalone Gtk+ based test program
    $ cd inputmethod/sunpinyin/ime
    $ ./autogen.sh --disable-cle --enable-gtk_standalone
    $ make
  • To build the SCIM wrapper
    $ cd inputmethod/sunpinyin/ime
    $ ./autogen.sh --prefix=/usr --disable-cle --enable-scim
    $ make
    # make install
  • To build the Mac (Leopard) wrapper
  • Install Xcode 3.0 and MacPorts on your box
    $ /opt/local/bin/port install glib2
    $ cd inputmethod/sunpinyin/ime
    $ ACLOCAL_FLAGS=-I/opt/local/share/aclocal ./autogen.sh --disable-cle
    $ cd wrapper/macos
    $ make release
    $ make install
Tags:
Created by admin on 2009/10/26 12:14
Last modified by Yong Sun on 2010/02/19 16:03

Collectives


XWiki Enterprise 2.7.1.34853 - Documentation