comparison HACKING @ 8622:ffed55cbdd67

[gaim-migrate @ 9373] Any objections to this? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 09 Apr 2004 02:49:30 +0000
parents 2c165d32f104
children 3434d420fe69
comparison
equal deleted inserted replaced
8621:82357fa4e6b8 8622:ffed55cbdd67
38 You'll now have your normal gaim tree with ./configure and all (which 38 You'll now have your normal gaim tree with ./configure and all (which
39 ./autogen.sh takes the liberty of running for you). (If you want to make 39 ./autogen.sh takes the liberty of running for you). (If you want to make
40 your life really simple, learn how CVS works. CVS is your friend.) To make 40 your life really simple, learn how CVS works. CVS is your friend.) To make
41 a patch, just edit the files right there in that tree (don't bother with 41 a patch, just edit the files right there in that tree (don't bother with
42 two trees, or even two copies of the same file). Then when you're ready to 42 two trees, or even two copies of the same file). Then when you're ready to
43 make your patch, simply run 'cvs diff -u >my.patch' and send it off; 43 make your patch, simply run 'cvs diff -u >my.patch' and post it on
44 either post it on sf.net/projects/gaim in the patches section, or email it 44 sf.net/projects/gaim in the patches section.
45 to gaim@marko.net.
46 45
47 Some Documentation is available on the Gaim api if you run the command 46 Some Documentation is available on the Gaim api if you run the command
48 $make docs 47 $make docs
49 after running ./configure (or ./autogen.sh). You will need doxygen and 48 after running ./configure (or ./autogen.sh). You will need doxygen and
50 graphiz dot to generate these docs. 49 graphiz dot to generate these docs.