old-www/HOWTO/DVD-HOWTO-3.html

64 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Linux DVD HOWTO: Files</TITLE>
<LINK HREF="DVD-HOWTO-4.html" REL=next>
<LINK HREF="DVD-HOWTO-2.html" REL=previous>
<LINK HREF="DVD-HOWTO.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="DVD-HOWTO-4.html">Next</A>
<A HREF="DVD-HOWTO-2.html">Previous</A>
<A HREF="DVD-HOWTO.html#toc3">Contents</A>
<HR>
<H2><A NAME="Files"></A> <A NAME="s3">3. Files</A></H2>
<P>First things first, you need to get a kernel with MTRR (more on this later)
and DVD ioctl support. While MTRR's have been in the kernel since 2.2.11
(correct me if I'm wrong), you will probably need to update your kernel
to get DVD ioctls. There are two ways to skin this cat, you can
either download a development kernel (v2.3.x), or patch a stable release
kernel (v2.2.x), the patches are at
<A HREF="http://www.kernel.dk/">http://www.kernel.dk/</A>,
and the kernel can be found on your favorite mirror of
<A HREF="ftp://ftp.kernel.org">ftp://ftp.kernel.org/</A>.
<P>Next, you need to get the LiViD utilities. This can be done two ways:
<P>
<UL>
<LI> Get the LiViD utilities from CVS, so you can update it as it is being
updated by the developers. (recommended)</LI>
</UL>
<P>
<PRE>
The following commands will retrieve them (you can use -d parameter
instead of setting CVSROOT if you want):
# mkdir ~/livid
# cd ~/livid
# export CVSROOT=:pserver:anonymous@cvs.linuxvideo.org:/cvs/livid
# cvs login
(Logging in to anonymous@cvs.linuxvideo.org)
CVS password:
There is no password for anonymous, just press enter.
# cvs -z3 co -P ac3dec mpeg2dec oms
They should download into their respective directories.
</PRE>
<P>
<UL>
<LI>
If you don't like CVS or can't access it due to firewall issues, you
can download the most recent nightly tarball of LiViD tools at
<A HREF="http://www.linuxvideo.org/developer/dl.phtml">http://www.linuxvideo.org/developer/dl.phtml</A></LI>
</UL>
<HR>
<A HREF="DVD-HOWTO-4.html">Next</A>
<A HREF="DVD-HOWTO-2.html">Previous</A>
<A HREF="DVD-HOWTO.html#toc3">Contents</A>
</BODY>
</HTML>