| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |                      ngIRCd - Next Generation IRC Server                                 -- GIT.txt --The source code of ngIRCd is maintained using git, the stupid contenttracker.I. Getting the source code~~~~~~~~~~~~~~~~~~~~~~~~~~To access the source tree anonymously, run: $ git clone git://ngircd.barton.de/ngircd.gitThereby a new folder "ngircd" will be created containing all the individualsource files.The newly created directory ("ngircd") is the "working directory", allgit commands will be executed from within this directory in the future.Please note: When checking out a fresh copy of ngIRCd using git, theconfigure script doesn't exist; you have to run the autogen.sh shell script(which is included in the source tree) to generate it. This requires you tohave GNU automake and GNU autoconf installed on your system.To update the git tree: $ git pullThis retrieves all changes and merges them into the current branch.II. Contributing~~~~~~~~~~~~~~~~Patches should be sent to the ngircd mailing list. List homepage:http://arthur.barton.de/mailman/listinfo/ngircd-mlIf you do not want to send them to the list, you can also mail themto Alex Barton, <alex@barton.de>.III. Write Access~~~~~~~~~~~~~~~~~If you want to contribute a couple of patches and write access to the gitrepository would be handy, please contact Alex Barton, <alex@barton.de>.
 |