diff options
-rw-r--r-- | DOCS/tech/dvdnav-howto.txt | 10 |
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 |