mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-26 03:11:21 +01:00
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
README (English)
|
|
##################################################
|
|
Building packages
|
|
##################################################
|
|
|
|
All sub-directories of "build" directory contains files required to build
|
|
automatically Dolibarr packages.
|
|
There are several tools:
|
|
|
|
- To build full Dolibarr packages, launch the script
|
|
> Edit version in makepack-dolibarr.pl file.
|
|
> Launch command perl makepack-dolibarr.pl
|
|
|
|
- To build a translaction package, 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", following 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 that distribute Dolibarr sources or
|
|
to build the complete DoliWamp package.
|
|
|
|
* pad:
|
|
To build a PAD file descriptor to promote Dolibarr new versions.
|