summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-17 21:34:00 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-17 21:34:00 +0000
commita2e9769bae74ef766c2232ff79969484a1b7fff8 (patch)
tree6ebaa6e25c4153cb79f2a2f8024f37b77fcd0497 /DOCS
parentbf33c147fa049b37f188e9ff5a6d83e5995ce271 (diff)
downloadmpv-a2e9769bae74ef766c2232ff79969484a1b7fff8.tar.bz2
mpv-a2e9769bae74ef766c2232ff79969484a1b7fff8.tar.xz
mention the new build system
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25083 b3059339-0415-0410-9bf9-f77b7e298cf2
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