diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-17 21:34:00 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-17 21:34:00 +0000 |
commit | a2e9769bae74ef766c2232ff79969484a1b7fff8 (patch) | |
tree | 6ebaa6e25c4153cb79f2a2f8024f37b77fcd0497 /DOCS | |
parent | bf33c147fa049b37f188e9ff5a6d83e5995ce271 (diff) |
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.txt | 3 |
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 |