• make sure the Mercurial MQ extension is enabled i.e. in /.hgrc
    [extensions]
    hgext.mq=
  • Have the following in your env
    export EMAIL={{code}}username@yourdomain.com{{/code}}
    export EDITOR=vi
    export SOLARIS~_BUILD~_TOOLS=/opt
  • Install at least the following packages:
    pkg install developer/opensolaris/osnet SUNWbcc SUNWxwinc SUNWgnome-common-devel
  • Grab/setup the xvm source
    mkdir xvm-gate
    cd xvm-gate/
    hg clone ssh://anon@hg.opensolaris.org//hg/xen-gate/xvm-gate+sunos.hg sunos.hg
    export XVM~_WS=\{{code}}pwd\{{/code}}
    ./sunos.hg/bin/update-gate
  • if building off SWAN, grab the readline source
    curl -o readline-5.2.tar.gz http://ftp.gnu.org/pub/gnu/readline/readline-5.2.tar.gz
  • build the xvm gate
    export XVM~_WS=\{{code}}pwd\{{/code}}
    ./sunos.hg/bin/build-all full &> build.txt &
  • instructions for the development gates can be found HERE
       
last modified by admin on 2009/10/26 12:18
Collectives
Project


© Sun Microsystems Inc. 2009
XWiki Enterprise 1.8.2.19075 - Documentation
Terms Of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site map | Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.