diff options
author | BST 1998 Tony Gale <gale@gtk.org> | 1998-07-06 11:07:53 +0000 |
---|---|---|
committer | Tony Gale <gale@src.gnome.org> | 1998-07-06 11:07:53 +0000 |
commit | da0930717e5ecc4d535e857dc70035aa8990635d (patch) | |
tree | 54b5296fb40fe2a1f27de6e6949af2660c8bbfb7 /docs/faq | |
parent | 90408c4641e6493913eb859a67b3965bca259558 (diff) | |
download | gtk+-da0930717e5ecc4d535e857dc70035aa8990635d.tar.gz |
update anon CVS info
Mon Jul 6 12:06:23 BST 1998 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: update anon CVS info
Diffstat (limited to 'docs/faq')
-rw-r--r-- | docs/faq/gtkfaq.sgml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/faq/gtkfaq.sgml b/docs/faq/gtkfaq.sgml index 9e779370a7..773a2cacc3 100644 --- a/docs/faq/gtkfaq.sgml +++ b/docs/faq/gtkfaq.sgml @@ -8,7 +8,9 @@ <!-- NOTE: Use only one author tag, otherwise sgml2txt barfs - TRG --> <author>Nathan Froyd, Tony Gale, Shawn T. Amundson. -<date>May 11th 1998 + +<date>July 6th 1998 + <abstract> This document is intended to answer questions that are likely to be frequently asked by programmers using GTK+ or people who are just @@ -363,7 +365,7 @@ using the following steps: <itemize> <item> In a bourne shell descendant (e.g. bash) type: <verb> -export CVSROOT=':pserver:anonymous@cvs.gimp.org:/debian/home/gnomecvs' +export CVSROOT=':pserver:anonymous@anoncvs.gimp.org:/debian/home/gnomecvs' </verb> <item>Next, the first time the source tree is checked out, a cvs login is needed. @@ -374,8 +376,16 @@ This will ask you for a password. There is no password for cvs.gimp.org, so just enter a carriage return. <item>To get the tree and place it in a subdir of your current working directory, issue the command: <verb> -cvs -z9 get gtk+ +cvs -z3 get gtk+ +</verb> + +Note that with the GTK+ 1.1 tree, glib has been moved to a separate CVS +module, so if you don't have glib installed you will need to get that +as well: +<verb> +cvs -z3 get glib </verb> + </itemize> <!-- ----------------------------------------------------------------- --> <sect1>How can I contribute to GTK+? |