Labs/Ubiquity/Ubiquity 0.1 Development Tutorial: Difference between revisions

m
fixing URLs
m (fixing URLs)
Line 5: Line 5:
== Getting the Source ==
== Getting the Source ==


It is pretty easy to get involved with the development of Ubiquity. Start off by introducing yourself on the irc channel #ubiquity on [[irc.mozilla.org]].
It is pretty easy to get involved with the development of Ubiquity. Start off by introducing yourself on the irc channel #ubiquity on [http://irc.mozilla.org/ irc.mozilla.org].


You will need to have [http://www.python.org|Python] installed, preferably Python 2.5.  (If you are on Mac OS X, you have Python already.)  We use Python instead of Make for our build script.
You will need to have [http://www.python.org Python] installed, preferably Python 2.5.  (If you are on Mac OS X, you have Python already.)  We use Python instead of Make for our build script.


We use [http://www.selenic.com/mercurial/wiki/|Mercurial], called "Hg" for short, for version control. It is very easy to install if you've got Python 2.5 with setuptools. Just type:
We use [http://www.selenic.com/mercurial/wiki/ Mercurial], called "Hg" for short, for version control. It is very easy to install if you've got Python 2.5 with setuptools. Just type:


   easy_install Mercurial
   easy_install Mercurial
16

edits