Mercurial > pidgin.yaz
comparison HACKING @ 9239:3434d420fe69
[gaim-migrate @ 10038]
Apparently SF changed this on us.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 08 Jun 2004 23:32:08 +0000 |
parents | ffed55cbdd67 |
children | da88e2cd5c53 |
comparison
equal
deleted
inserted
replaced
9238:f4f210e47b60 | 9239:3434d420fe69 |
---|---|
27 versions. (I sometimes get annoyed when they're against CVS from 3 days | 27 versions. (I sometimes get annoyed when they're against CVS from 3 days |
28 ago, but can't complain because it's usually my fault that I haven't | 28 ago, but can't complain because it's usually my fault that I haven't |
29 looked at the patch yet.) To get gaim from CVS (if you haven't already), | 29 looked at the patch yet.) To get gaim from CVS (if you haven't already), |
30 run the following commands: | 30 run the following commands: |
31 | 31 |
32 $ export CVSROOT=:pserver:anonymous@cvs.gaim.sourceforge.net:/cvsroot/gaim | 32 $ export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gaim |
33 $ cvs login (hit enter as the password) | 33 $ cvs login (hit enter as the password) |
34 $ cvs co gaim (you'll see it getting all of the files) | 34 $ cvs co gaim (you'll see it getting all of the files) |
35 $ cd gaim | 35 $ cd gaim |
36 $ ./autogen.sh | 36 $ ./autogen.sh |
37 | 37 |