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