Build dependency update in the README files

This commit is contained in:
Moritz Bunkus 2010-06-05 21:04:17 +02:00
parent c5b8fcab71
commit dc293ae1cd
2 changed files with 8 additions and 8 deletions

4
README
View File

@ -89,8 +89,8 @@ built. These include:
2.3. Building libmatroska and libebml
Start with the two libraries. Either get libebml 0.8.0 from
http://dl.matroska.org/downloads/libebml/ and libmatroska 0.9.0 from
Start with the two libraries. Either get libebml 1.0.0 from
http://dl.matroska.org/downloads/libebml/ and libmatroska 1.0.0 from
http://dl.matroska.org/downloads/libmatroska/ or a fresh copy from the
Subversion repository:

View File

@ -188,18 +188,18 @@ http://dl.matroska.org/downloads/libebml/ and
http://dl.matroska.org/downloads/libmatroska/
cd $HOME/mingw/src
wget http://dl.matroska.org/downloads/libebml/libebml-0.8.0.tar.bz2 \
http://dl.matroska.org/downloads/libmatroska/libmatroska-0.9.0.tar.bz2
bunzip2 < libebml-0.8.0.tar.bz2 | tar xf -
bunzip2 < libmatroska-0.9.0.tar.bz2 | tar xf -
wget http://dl.matroska.org/downloads/libebml/libebml-1.0.0.tar.bz2 \
http://dl.matroska.org/downloads/libmatroska/libmatroska-1.0.0.tar.bz2
bunzip2 < libebml-1.0.0.tar.bz2 | tar xf -
bunzip2 < libmatroska-1.0.0.tar.bz2 | tar xf -
cd libebml-0.8.0/make/linux
cd libebml-1.0.0/make/linux
perl -pi -e 's/error/info/' Makefile
make CXX=i586-mingw32msvc-g++ AR="i586-mingw32msvc-ar rcvu" RANLIB=i586-mingw32msvc-ranlib SHARED=no staticlib
cp libebml.a $HOME/mingw/lib/
cp -R ../../ebml $HOME/mingw/include/ebml
cd ../../../libmatroska-0.9.0/make/linux
cd ../../../libmatroska-1.0.0/make/linux
perl -pi -e 's/error/info/' Makefile
export CXXFLAGS=-I$HOME/mingw/include
export LDFLAGS=-L$HOME/mingw/lib