* CPU detection under BeOS.
[vlc.git] / INSTALL.libdvdcss
blobb2ca727199b1f5d50f66259f33d1482d5687af63
1 INSTALL file for libdvdcss, a DVD access library
4 Configuring libdvdcss
5 =====================
7 A typical way to configure libdvdcss is:
9    ./configure --prefix=/usr
11 See `./configure --help' for more information.
13 It is also possible to cross-compile for the Win32 platform using mingw32:
15    CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \
16      RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \
17      --target=i386-mingw32msvc --build=i386-linux
20 Building libdvdcss
21 ==================
23 Once configured, run `make' to build libdvdcss.
25 If you have player keys, you need to put them in the file csskeys.h, before
26 configuring libdvdcss to enable the "key" method (the one from libcss).
29 Installing libdvdcss
30 ====================
32 You can install libdvdcss by typing:
34    make install