patch -p0 < nov7-2.2.diff
- [ replace nov7-2.2.diff with the path & filename of your patch ]
Compile your kernel. Check the Linux Kernel HOWTO for more info.
2. Unpack Linux DVD Tarball
cd /home/css
- [ replace /home/css with the dir where you put the src tarball ]
mkdir dvd; cd dvd
tar -zxvf ../dvd-munitions.tar.gz
3. Compile the CSS utilities
cd /home/css/dvd/css-auth
- [ replace /home/css with the correct path ]
make
_read_ README for further info
4. Compile Nasm (or install binaries)
tar -zxvf nasm-0.98.tar.gz
cd nasm-0.98
./configure
make; make install
5. Compile Nist (mpeg2player)
cd /home/css/dvd/nist
- [ replace /home/css with correct path ]
./autogen.sh
make; make install
If nist for some reason segfaults on you, try using
the (old) precompiled version.
Attention K6 Users: Change -march=i686 to -march=k6 in
configure.in, and add "#define HAVE_3Dnow" in src/video/recon.c