summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-10 16:11:33 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-10 16:11:33 +0000
commit61082eedb85a4e27183ff901d93e772ff7a943f4 (patch)
treef8b72eb46557604a053d04d86c7bf19107fe4fcd /DOCS
parentaee1b48978e4c8ba3baa2f384d69df3eb889f3e2 (diff)
downloadmpv-61082eedb85a4e27183ff901d93e772ff7a943f4.tar.bz2
mpv-61082eedb85a4e27183ff901d93e772ff7a943f4.tar.xz
libdvdnav need libdvdread from the same repository
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27047 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/dvdnav-howto.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/tech/dvdnav-howto.txt b/DOCS/tech/dvdnav-howto.txt
index ef92110325..fd6c2ea7b1 100644
--- a/DOCS/tech/dvdnav-howto.txt
+++ b/DOCS/tech/dvdnav-howto.txt
@@ -9,7 +9,15 @@ $ rm -rf /usr/lib/libdvdnav* /usr/lib/libdvdread* /usr/include/dvdnav* \
/usr/local/include/dvdread* /usr/bin/dvdnav-config \
/usr/local/bin/dvdnav-config
-Now download dvdnav from MPHQ (dvdnav includes its own version of dvdread):
+Now download dvdnav from MPHQ libdvdread and libdvdnav (in this order) :
+$ svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread libdvdread
+$ cd libdvdread
+$ ./autogen.sh && ./configure && make
+(or, if you feel brave and want to help us improve the new build system)
+$ ./configure2 && make
+install it as root with
+$ make install
+
$ svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav libdvdnav
$ cd libdvdnav
$ ./autogen.sh && ./configure && make