summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-01-13 10:32:46 +0200
committerStefan Kost <ensonic@users.sf.net>2010-01-13 10:32:46 +0200
commit057fa567776a1ab79a331f92b8f2ca14a8d20e8a (patch)
tree097fcd8feaf6324ced9bdcf6879d23f94acd9d87
parent8baf6fa494c87ae9080214e375871a090cdf6af1 (diff)
docs: we're in git since a while
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 425a66d923..1ef13d92ab 100644
--- a/README
+++ b/README
@@ -154,7 +154,7 @@ Only in cases where you:
- want to hack on GStreamer
- want to verify that a bug has been fixed
- do not have a sane distribution
-should you choose to build from source tarballs or CVS.
+should you choose to build from source tarballs or git.
Find more information about the various packages at
http://gstreamer.freedesktop.org/download/
@@ -190,13 +190,13 @@ COMPILING FROM SOURCE TARBALLS
functionality you're probably looking for by now, so go on and read
that README.
-COMPILING FROM CVS
+COMPILING FROM GIT
------------------
-When building from CVS sources, you will need to run autogen.sh to generate
+When building from git sources, you will need to run autogen.sh to generate
the build system files.
-You will need a set of additional tools typical for building from CVS,
+You will need a set of additional tools typical for building from git,
including:
- autoconf
- automake
@@ -219,7 +219,7 @@ the last passed options as a handy shortcut. Use it.
After the autogen.sh stage, you can follow the directions listed in
"COMPILING FROM SOURCE"
-You can also run your whole cvs stack uninstalled. The script in
+You can also run your whole git stack uninstalled. The script in
the gstreamer module /scripts/gst-uninstalled) is helpful in setting
up your environment for this.