README 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. README (English)
  2. Path: /dolibarr/build/README
  3. ##################################################
  4. Building packages
  5. ##################################################
  6. All sub-directories of "build" directory contains files (setup or binary tools) required to build automatically Dolibarr packages.
  7. The build directory and all its contents is absolutely not required to make Dolibarr working.
  8. It is here only to build Dolibarr packages, and those generated packages will not contains this "build" directory.
  9. There are several tools:
  10. --------------------------------------------------------------------------------------------------
  11. - To build full Dolibarr packages, launch the script
  12. > Launch command perl makepack-dolibarr.pl
  13. See makepack-howto.txt for prerequisites.
  14. --------------------------------------------------------------------------------------------------
  15. - To build a theme package, launch the script
  16. > perl makepack-dolibarrtheme.pl
  17. --------------------------------------------------------------------------------------------------
  18. - To build a package for a module, launch the script
  19. > perl makepack-dolibarrmodule.pl
  20. --------------------------------------------------------------------------------------------------
  21. - To build developper documentation, launch the script
  22. > perl dolibarr-doxygen-build.pl
  23. --------------------------------------------------------------------------------------------------
  24. You can find in "build", following sub-directories:
  25. * composer
  26. To test an upgrade of a lib.
  27. * debian
  28. To build Debian package.
  29. * dmg:
  30. To build Mac OS package (not ready yet).
  31. * doap:
  32. To build Doap descriptor to promote/describe Dolibarr releases.
  33. * docker:
  34. To deploy Dolibarr with docker.
  35. * doxygen:
  36. Dir with config file to build doxygen documentation.
  37. * exe:
  38. To build exe package for Windows that distribute Dolibarr sources or
  39. to build the complete DoliWamp package.
  40. * gource:
  41. To build the video of history of git changes.
  42. * launchpad:
  43. Doc file to explain how to use launchpad.
  44. * obs:
  45. Doc file to explain how to push release onto OBS.
  46. * pad:
  47. To build a PAD file descriptor to promote/describe Dolibarr releases.
  48. * patch:
  49. Script file to generate a patch file to distribute a Dolibarr mod.
  50. * perl:
  51. Tool to install dolibarr when using virtualmin pro
  52. * rpm:
  53. To build Redhat, Opensuse or Mandriva package.
  54. * tgz:
  55. To build a tgz package.
  56. * travis-ci:
  57. Used by travis to make CI.
  58. * zip:
  59. To build a zip package.