Development Team/Jhbuild: Difference between revisions
m →Jhbuild FAQ: formatting |
→Prerequisites: specifically, git-core |
||
| Line 40: | Line 40: | ||
: The sugar-jhbuild command is a Python script, so you need the Python interpreter. | : The sugar-jhbuild command is a Python script, so you need the Python interpreter. | ||
; git | ; 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. | : 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. In many distributions the minimal package you need to install is "git-core". | ||
; svn | ; 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. | : 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. | ||