mention the new build system

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25083 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-11-17 21:34:00 +00:00
parent bf33c147fa
commit a2e9769bae
1 changed files with 3 additions and 0 deletions

View File

@ -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