796 bytes added
, 04:10, 26 August 2011
Use [[Development_Team/Jhbuild | this]] as reference.
Follow the following steps to created a jhbuild env consistent with dx1.5 used by uy (tested to work with fedora-14)
<pre>
git clone git://git.sugarlabs.org/~m_anish/sugar-jhbuild/dx1-5.git <dir_name>
cd <dir_name>
git checkout dx1.5
./sugar-jhbuild depscheck
./sugar-jhbuild update
./sugar-jhbuild build -n -a --clean
</pre>
'''Note:'''
* After or while running <code>./sugar-jhbuild</code> update, it might fail giving error that its unable to create a directory. If so, create it manually.
* It might also fail while building sugar-base. After some investigation, I found that reverting the jhbuild dir to an earlier commit solved the problem
<pre>
cd <dir_name>/jhbuild
git reset --hard da26c2bfc8aa0a5082d1eb85229c0fd93fcf5341
</pre>