mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Updated instructions for installing libebml/libmatroska
This commit is contained in:
parent
2a44bf7aa5
commit
6fc1b0fb35
24
README
24
README
@ -63,8 +63,8 @@ built. These include:
|
|||||||
|
|
||||||
* Building libmatroska and libebml
|
* Building libmatroska and libebml
|
||||||
|
|
||||||
Start with the two libraries. Either get libebml 0.7.5 from
|
Start with the two libraries. Either get libebml 0.7.7 from
|
||||||
http://dl.matroska.org/downloads/libebml/ and libmatroska 0.7.7 from
|
http://dl.matroska.org/downloads/libebml/ and libmatroska 0.8.0 from
|
||||||
http://dl.matroska.org/downloads/libmatroska/ or a fresh copy from the
|
http://dl.matroska.org/downloads/libmatroska/ or a fresh copy from the
|
||||||
Subversion repository:
|
Subversion repository:
|
||||||
|
|
||||||
@ -72,15 +72,23 @@ svn co https://svn.matroska.org/svn/matroska/trunk/libebml
|
|||||||
svn co https://svn.matroska.org/svn/matroska/trunk/libmatroska
|
svn co https://svn.matroska.org/svn/matroska/trunk/libmatroska
|
||||||
|
|
||||||
Change to "libebml/make/linux" and run "make staticlib". If you have
|
Change to "libebml/make/linux" and run "make staticlib". If you have
|
||||||
root-access then run "make install_staticlib" as "root" in order to
|
root-access then run "make install_headers install_staticlib" as
|
||||||
install the files. Change to "libmatroska/make/linux". Once more run
|
"root" in order to install the files. Change to
|
||||||
"make staticlib". If you have root-access then run "make
|
"libmatroska/make/linux". Once more run "make staticlib". If you have
|
||||||
install_staticlib" as "root" in order to install the files.
|
root-access then run "make install_headers install_staticlib" as
|
||||||
|
"root" in order to install the files.
|
||||||
|
|
||||||
|
Note that if you don't want the libraries to be installed in
|
||||||
|
/usr/local/lib and the headers in /usr/local/include then you can
|
||||||
|
alter the prefix (which defaults to /usr/local) by adding an argument
|
||||||
|
"prefix=/usr" to the install "make" command. Example:
|
||||||
|
|
||||||
|
make prefix=/usr install_headers install_staticlib
|
||||||
|
|
||||||
* Building MKVtoolNix
|
* Building MKVtoolNix
|
||||||
|
|
||||||
Either download the release 1.5.5 from
|
Either download the release 2.0.2 from
|
||||||
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-1.5.5.tar.bz2
|
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-2.0.2.tar.bz2
|
||||||
and unpack it or get a fresh copy from my Subversion repository. All
|
and unpack it or get a fresh copy from my Subversion repository. All
|
||||||
you need for Subversion repository access is to download a Subversion
|
you need for Subversion repository access is to download a Subversion
|
||||||
client from the Subversion homepage at http://subversion.tigris.org/ .
|
client from the Subversion homepage at http://subversion.tigris.org/ .
|
||||||
|
Loading…
Reference in New Issue
Block a user