Development Team/Jhbuild: Difference between revisions

please paste error messages on http://pastebin.be/ instead of in the wiki
Line 30: Line 30:
In a suitable directory (i.e. usually your user's home directory i.e. /home/yourusername/~), execute
In a suitable directory (i.e. usually your user's home directory i.e. /home/yourusername/~), execute
  git clone git://git.sugarlabs.org/sugar-jhbuild/mainline.git sugar-jhbuild
  git clone git://git.sugarlabs.org/sugar-jhbuild/mainline.git sugar-jhbuild
::Make sure you are in the _user's_ home directory
You'll know if it worked if you get something like this:
<nowiki>
localhost ~]$ git clone git://git.sugarlabs.org/sugar-jhbuild/mainline.git sugar-jhbuild
Initialized empty Git repository in /home/denny/sugar-jhbuild/.git/
remote: Counting objects: 4688, done.
remote: Compressing objects: 100% (1998/1998), done.
remote: Total 4688 (delta 2759), reused 4488 (delta 2638)
Receiving objects: 100% (4688/4688), 1.86 MiB | 197 KiB/s, done.
Resolving deltas: 100% (2759/2759), done.
</nowiki>


==Build sugar base system and its dependencies==
==Build sugar base system and its dependencies==