[Cvs-annodex] commit (annodex):
AnnodexFirefoxExtension/trunk/Docs/DevDoc_MediaEngineAddendum.html
cchiu
nobody at lists.annodex.net
Mon Jun 26 14:19:10 UTC 2006
Update of /var/local/lib/svn/annodex (new revision 2344)
Modified files:
AnnodexFirefoxExtension/trunk/Docs/DevDoc_MediaEngineAddendum.html
Log Message:
Version 0.86 document update.
Modified: AnnodexFirefoxExtension/trunk/Docs/DevDoc_MediaEngineAddendum.html
===================================================================
--- AnnodexFirefoxExtension/trunk/Docs/DevDoc_MediaEngineAddendum.html 2006-06-26 08:25:05 UTC (rev 2343)
+++ AnnodexFirefoxExtension/trunk/Docs/DevDoc_MediaEngineAddendum.html 2006-06-26 14:19:09 UTC (rev 2344)
@@ -441,6 +441,26 @@
By default, the directory is located at <font face="Courier New">/usr/lib/firefox/plugins</font></li>
</ol>
+<h3>3.3 Linux Configuration Changes for VLC Version 0.8.6:</h3>
+<ol>
+ <li>Checkout the 0.86 trunk of the VLC source on Subversion at the following
+ location to a directory of your choice:
+ <a href="svn://svn.videolan.org/vlc/trunk">svn://svn.videolan.org/vlc/trunk</a><br>
+ </li>
+ <li>Download the stable Gecko SDK from Mozilla.org at this location:
+ <a href="http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-trunk/">
+ http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-trunk/</a><br>
+ Load the Gecko SDK and install in the same directory as the source you have
+ checked out. Ensure you have libIDL 0.6 in your <font face="Courier New">/usr/lib</font>
+ directory.<br>
+ </li>
+ <li>Using the VLC 0.86 patch located at <font face="Courier New">/Docs/Patches/VLC-0.86.patch</font>, copy the diff
+ file to the VLC source you checked out and patch the source as follows:<br>
+ <font face="Courier New">patch -p0 "$@" < VLC-0.86.patch<br> </font></li>
+ <li>In the directory where you have checked out the source, run
+ the following script <font face="Courier New">./Build</font></li>
+</ol>
+
</body>
</html>
\ No newline at end of file
--
cchiu
More information about the cvs-annodex
mailing list