Skip to content
Snippets Groups Projects
user avatar
Laurent Destailleur authored
f452e977
History
README (English)
################################
Building packages
################################

All sub-directories of "build" directory contains files required to build
automatically Dolibarr packages.
There is serval tools:

- To build full Dolibarr packages, launch the script
> perl makepack-dolibarr.pl

- To build a translaction packege, launch the script
> perl makepack-dolibarrlang.pl

- To build a theme package, launch the script
> perl makepack-dolibarrtheme.pl

- To build a package for a module, launch the script
> perl makepack-dolibarrmodule.pl


Note: 
The build directory and all its contents is absolutely not required to make
Dolibarr working. It is here only to build Dolibarr packages, and those
generated packages will not contains this "build" directory.


We can find in "build", folowwing sub-directories:

* deb:
To build Debian package.

* rpm:
To build Redhat or Mandrake package.

* tgz:
To build tgz package (containing Dolibarr files et setup documentation).

* exe:
To build exe package for Windows.

* pad:
To build a PAD file descriptor to promote Dolibarr new versions.