summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/dvdnav-howto.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/tech/dvdnav-howto.txt b/DOCS/tech/dvdnav-howto.txt
index 986f639a6b..ace8bb6a10 100644
--- a/DOCS/tech/dvdnav-howto.txt
+++ b/DOCS/tech/dvdnav-howto.txt
@@ -14,6 +14,9 @@ Now download dvdnav from MPHQ (dvdnav includes its own version of dvdread):
$ svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav libdvdnav
$ cd libdvdnav
$ ./autogen.sh && ./configure && make
+(or, if you feel brave and want to help us improving the new build system,
+$ ./configure2 && make
+)
install it as root with
$ make install