Documents » Build SCIM
en

Build SCIM

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.

Build scim (1.4.7) on solaris

    $ . /opt/jdsbld/bin/env.sh #or
    $ source /opt/jdsbld/bin/env.csh
    $ mkdir -p ~/packages/SOURCES ~/packages/SPECS

If you like to use your own account rather than gbuild, add the "Software Installation" profile in /etc/user_attr, e.g.,

    # echo "yongsun::::type=normal;profiles=Software Installation" >> /etc/user_attr
  • Download the extra files required by pkgtool 
    $ svn co svn+ssh://anon@svn.opensolaris.org/svn/jds/spec-files/trunk/include
    $ cp include/*.inc ~/packages/SPECS
    $ wget http://cvs.opensolaris.org/source/raw/jds/spec-files/trunk/ext-sources/default-copyright.txt 
    $ mv default-copyright.txt ~/packages/SOURCES/
  • Checkout the input method repository, refer to Repository page:
    $ hg clone ssh://anon@hg.opensolaris.org/hg/nv-g11n/inputmethod
  • Change directory to inputmethod/specs
    $ ./build-im.sh                               # you may edit the package list inside the script
    $ ./build-im.sh scim.spec scim-pinyin.spec    # or specify the spec files you want to build
Tags:
Created by admin on 2009/10/26 12:14
Last modified by Yong Sun on 2010/02/19 16:02

Collectives


XWiki Enterprise 2.7.1.34853 - Documentation