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

From MozillaWiki
< Labs‎ | Ubiquity
Jump to navigation Jump to search
(New page: == Getting the Source == To get the source code for Ubiquity and develop for it, you'll first have to install [http://www.selenic.com/mercurial/wiki/ Mercurial] and [http://python.org/ P...)
(No difference)

Revision as of 22:58, 29 August 2008

Getting the Source

To get the source code for Ubiquity and develop for it, you'll first have to install Mercurial and Python if they're not already on your system. Then, from the command line, enter:

 hg clone http://hg.toolness.com/ubiquity-firefox

Now enter the newly-created ubiquity-firefox directory and read the README file contained in it for further instructions (an online version can be found here).