changeset 27015:e708dca1b539

libdvdnav need libdvdread from the same repository
author nicodvb
date Tue, 10 Jun 2008 16:11:33 +0000
parents 5e0e6d992c7f
children fb3b1c8a3103
files DOCS/tech/dvdnav-howto.txt
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/dvdnav-howto.txt	Mon Jun 09 18:43:18 2008 +0000
+++ b/DOCS/tech/dvdnav-howto.txt	Tue Jun 10 16:11:33 2008 +0000
@@ -9,7 +9,15 @@
          /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