16
edits
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 [ | 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 | 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/ | 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 |
edits