dolibarr/doc/dev/README

25 lines
790 B
Plaintext
Raw Normal View History

2005-03-05 15:38:38 +01:00
README (english)
################################
Developper documentation
################################
***** Doxygen documentation
Doxygen documentation for Dolibarr source code can be generated by running
the script:
> perl dolybarr-doxygen-build.pl
Prerequite is only having Doxygen installed (Linux or Windows).
2007-03-06 21:21:25 +01:00
***** Build a patch
To build a patch between two directories, you can use the patch command:
diff -Naur --exclude=CVS --exclude=.# --exclude=~ --exclude=documents --exclude=phplot5 --exclude=phplot --exclude=scriptaculous --exclude=treemenu --exclude *.htm --exclude samples dolibarr_old dolibarr_new > mydiff.patch
2005-03-05 15:38:38 +01:00
***** Other developper documentation
If you speek French, more information is available on the Dolibarr Wiki:
> http://www.dolibarr.com/wikidev