svn path=/trunk/moon-mp/; revision=122103
This commit is contained in:
Aaron Bockover 2008-12-24 22:04:28 +00:00
Родитель 9a73769633
Коммит 587a83b8f5
1 изменённых файлов: 29 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,35 @@ function install (event) {
<li><a href="moonlight-media-player-@VERSION@.tar.bz2">Download Source Tarball</a></li>
</ul>
<h2>Develop</h2>
<ul>
<li>
<p>Create a Firefox Profile for development with a simple name (&quot;dev&quot;):</p>
<p><code>firefox -P</code></p>
</li>
<li>
<p>Check out <code>moon-mp</code> from Mono Subversion:</p>
<p><code>svn co svn://anonsvn.mono-project.com/source/trunk/moon-mp</code></p>
</li>
<li>
<p>Install the <code>moon-mp</code> extension into the new profile:</p>
<p><code>make install-dev</code></p>
<p><em>Note this only needs to be run once. This command links your development profile to the checkout directory. Any changes made in the checkout will be reflected in Firefox after a restart.</em></p>
</li>
<li>
<p>Run Firefox with the profile:</p>
<p><code>firefox -P dev -no-remote</code></p>
</li>
</ul>
<h2>Running the Standalone Player</h2>
<p>The extension includes a XUL application that can be run &quot;standalone&quot; and allows more advanced functionality, like loading media files directly from the file system.</p>
<p>Currently, it must be invoked manually:</p>
<p><code>firefox -P dev -no-remote -chrome chrome://moon-media/content/standalone-player.xul?controls=show</code></p>
</body>
</html>