mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
README.md: change Subversion repos to git repos
Both my own and the libEBML/libMatroska repositories have moved to git a long time ago.
This commit is contained in:
parent
68459d7a62
commit
90c0eee27a
14
README.md
14
README.md
@ -53,9 +53,9 @@ Moritz Bunkus <moritz@bunkus.org>
|
|||||||
If you want to compile the tools yourself then you must first decide
|
If you want to compile the tools yourself then you must first decide
|
||||||
if you want to use a 'proper' release version or the current
|
if you want to use a 'proper' release version or the current
|
||||||
development version. As both Matroska and MKVToolNix are under heavy
|
development version. As both Matroska and MKVToolNix are under heavy
|
||||||
development there might be features available in the Subversion
|
development there might be features available in the git repository
|
||||||
repository that are not available in the releases. On the other hand
|
that are not available in the releases. On the other hand the git
|
||||||
the Subversion repository version might not even compile.
|
repository version might not even compile.
|
||||||
|
|
||||||
### 2.1. Requirements
|
### 2.1. Requirements
|
||||||
|
|
||||||
@ -124,10 +124,10 @@ libraries. It will use them if no version is found on the system.
|
|||||||
Start with the two libraries. Either get libebml 1.3.0 from
|
Start with the two libraries. Either get libebml 1.3.0 from
|
||||||
http://dl.matroska.org/downloads/libebml/ and libmatroska 1.4.0 from
|
http://dl.matroska.org/downloads/libebml/ and libmatroska 1.4.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:
|
git repository:
|
||||||
|
|
||||||
svn co https://svn.matroska.org/svn/matroska/trunk/libebml
|
git clone https://github.com/Matroska-Org/libebml.git
|
||||||
svn co https://svn.matroska.org/svn/matroska/trunk/libmatroska
|
git clone https://github.com/Matroska-Org/libmatroska.git
|
||||||
|
|
||||||
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_headers install_staticlib` as
|
root-access then run `make install_headers install_staticlib` as
|
||||||
@ -158,7 +158,7 @@ development snapshot from my Git repository.
|
|||||||
|
|
||||||
First clone my Git repository with this command:
|
First clone my Git repository with this command:
|
||||||
|
|
||||||
git clone git://github.com/mbunkus/mkvtoolnix.git
|
git clone https://github.com/mbunkus/mkvtoolnix.git
|
||||||
|
|
||||||
Now change to the MKVtoolNix directory with `cd mkvtoolnix` and run
|
Now change to the MKVtoolNix directory with `cd mkvtoolnix` and run
|
||||||
`./autogen.sh` which will generate the "configure" script. You need
|
`./autogen.sh` which will generate the "configure" script. You need
|
||||||
|
Loading…
Reference in New Issue
Block a user