dolibarr/build
2009-10-07 18:17:55 +00:00
..
deb Remove deprecated file 2009-10-07 17:57:42 +00:00
doap New: Added DOAP file 2009-06-04 01:17:13 +00:00
exe Move mysql/pgsql/mssql dir into install directory. 2009-10-07 18:17:55 +00:00
live Update build live cd howto 2008-10-03 17:00:17 +00:00
pad Update PAD file 2009-07-24 17:31:36 +00:00
patch Add patch script 2009-01-30 18:45:22 +00:00
rpm Modif make-pack pour ne plus avoir de version en dur dans le fichier spec rpm. 2005-02-19 20:31:30 +00:00
tgz Qual: Removed deprecated code 2009-07-10 09:04:23 +00:00
zip Move mysql/pgsql/mssql dir into install directory. 2009-10-07 18:17:55 +00:00
.cvsignore Ignore files 2009-08-30 23:08:02 +00:00
dolibarr_mysql2pgsql.pl Move mysql/pgsql/mssql dir into install directory. 2009-10-07 18:17:55 +00:00
makepack-dolibarr.pl Exclude conf file from snapshot 2009-08-13 11:55:14 +00:00
makepack-dolibarrlang.pl Fix: utf-8 2009-08-04 07:25:41 +00:00
makepack-dolibarrmodule.conf Move mysql/pgsql/mssql dir into install directory. 2009-10-07 18:17:55 +00:00
makepack-dolibarrmodule.pl New: Enhancement of script to build modules 2009-07-06 18:04:51 +00:00
makepack-dolibarrtheme.pl Fix: utf-8 2009-08-04 07:25:41 +00:00
makepack-howto.txt doc 2009-06-30 11:15:29 +00:00
README Update doc 2009-07-28 22:36:09 +00:00
README-FR Update doc 2009-07-28 22:36:09 +00:00

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 a tgz package.

* exe:
To build exe package for Windows that distribute Dolibarr sources or
to build the complete DoliWamp package.

* tgz:
To build a zip package.

* doap:
To build Doap descriptor to promote/describe Dolibarr releases.

* pad:
To build a PAD file descriptor to promote/describe Dolibarr releases.

* patch:
Script file to generate a patch file to distribute a Dolibarr mod.