[cairo-commit] [cairo-www] src/cairomm.mdwn
Carl Worth
cworth at freedesktop.org
Wed Jul 11 09:39:42 PDT 2007
src/cairomm.mdwn | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
New commits:
commit 932644f56356e83af31b1b79a9a9aa4f1edd0d85
Author: murrayc <murrayc at murrayc.com>
Date: Wed Jul 11 09:39:41 2007 -0700
Less annoyingly vague instructions for checking out cairomm.
diff --git a/src/cairomm.mdwn b/src/cairomm.mdwn
index b694d36..6da65df 100644
--- a/src/cairomm.mdwn
+++ b/src/cairomm.mdwn
@@ -12,10 +12,22 @@ API/ABI-stable. cairomm is used by [gtkmm](http://gtkmm.org/) since 2.10.
# Download
-There have been several releases, which you can download from the
-[cairo release area](/releases/). If you want bleeding-edge code, (or
+You can download source tarball release from the
+[cairo release area](/releases/).
+
+If you want bleeding-edge code, (or
if you want to help out with development or cairomm), you can also
-check out cairomm from git. Freedesktop.org has some instructions on
+check out cairomm from git.
+
+For instance, use
+
+ git clone git.cairographics.org:/git/cairomm
+if you have a developer login, or use
+
+ git clone git://git.cairographics.org/git/cairomm
+for an anonymous checkout.
+
+Freedesktop.org has some instructions on
[using git](http://www.freedesktop.org/wiki/Infrastructure/git). You can also view the code online with [gitweb](http://gitweb.cairographics.org/?p=cairomm.git;a=tree).
# Documentation
More information about the cairo-commit
mailing list