Development Team/Jhbuild: Difference between revisions
Add →Prerequisites: mentioning python, git, svn |
|||
| Line 33: | Line 33: | ||
definitely do not compile as root with jhbuild -- you'll run into funky problems -- Colin A. :) | definitely do not compile as root with jhbuild -- you'll run into funky problems -- Colin A. :) | ||
==Prequisites== | |||
; python | |||
: The sugar-jhbuild command is a Python script, so you need the Python interpreter. | |||
; git | |||
: To get the source code of sugar-jhbuild itself and many other Sugar packages you need the <tt>git</tt> command-line tool from the distributed version control system of the same name. | |||
; svn | |||
: A few packages (as of September 2009, only squeak) do not yet use git, and you need the <tt>svn</tt> command-line tool from the Subversion version control system to get their source code. | |||
==Check out sugar-jhbuild== | ==Check out sugar-jhbuild== | ||