mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Updated the README for the switch from Subversion to Git
This commit is contained in:
parent
3ba123a3e8
commit
5dffc1bde9
23
README
23
README
@ -92,19 +92,22 @@ make prefix=/usr install_headers install_staticlib
|
|||||||
|
|
||||||
Either download the current release from
|
Either download the current release from
|
||||||
http://www.bunkus.org/videotools/mkvtoolnix/ and unpack it or get a
|
http://www.bunkus.org/videotools/mkvtoolnix/ and unpack it or get a
|
||||||
fresh copy from my Subversion repository. All you need for Subversion
|
development snapshot from my Git repository.
|
||||||
repository access is to download a Subversion client from the
|
|
||||||
Subversion homepage at http://subversion.tigris.org/ . There are
|
|
||||||
clients for both Unix/Linux and Windows. It basically works like
|
|
||||||
CVS. So the typical way to check out a fresh copy looks like this:
|
|
||||||
|
|
||||||
svn co https://svn.bunkus.org/mosu/trunk/prog/video/mkvtoolnix
|
- Getting and building a development snapshot (ignore this subsection
|
||||||
|
if you want to build from a release tarball)
|
||||||
|
|
||||||
Additional step if you're using the development version from the
|
All you need for Git repository access is to download a Git client
|
||||||
Subversion respository:
|
from the Git homepage at http://git-scm.com/ . There are clients
|
||||||
|
for both Unix/Linux and Windows.
|
||||||
|
|
||||||
Change to the MKVtoolNix directory and run "./autogen.sh" which
|
First clone my Git repository with this command:
|
||||||
will generate the "configure" script.
|
|
||||||
|
git clone git://git.bunkus.org/mkvtoolnix.git
|
||||||
|
|
||||||
|
Now change to the MKVtoolNix directory with "cd mkvtoolnix" and run
|
||||||
|
"./autogen.sh" which will generate the "configure" script. You need
|
||||||
|
the GNU "autoconf" utility for this step.
|
||||||
|
|
||||||
If you have run "make install" for both libraries then "configure"
|
If you have run "make install" for both libraries then "configure"
|
||||||
should automatically find the libraries' position. Otherwise you need
|
should automatically find the libraries' position. Otherwise you need
|
||||||
|
Loading…
Reference in New Issue
Block a user