dolibarr/build
2008-10-18 17:15:47 +00:00
..
deb Mise a jour script pour préparation release 2005-12-18 23:00:08 +00:00
exe Add mysql section to allow launching from CLI 2008-10-18 17:15:47 +00:00
live Update build live cd howto 2008-10-03 17:00:17 +00:00
pad Update doc 2008-08-21 22:44:55 +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 Fix: Not required files 2008-09-30 18:08:48 +00:00
zip Maj pour release 2007-12-26 18:45:41 +00:00
.cvsignore New: Minor change to allow a new windows .exe setup wizard 2008-03-15 18:47:29 +00:00
dolibarr_mysql2pgsql.pl Portabilite SQL 2008-08-27 07:58:52 +00:00
makepack-dolibarr.pl Prepare release 2008-09-28 16:21:50 +00:00
makepack-dolibarrlang.pl Version asked by packager is easier to type. 2008-02-17 14:50:34 +00:00
makepack-dolibarrmodule.conf Sample of file to build modules more complete 2008-01-26 17:53:18 +00:00
makepack-dolibarrmodule.pl Change to add possibility to have two root directory (for dev of modules) 2008-03-09 23:14:08 +00:00
makepack-dolibarrtheme.pl Version asked by packager is easier to type. 2008-02-17 14:50:34 +00:00
makepack-howto.txt Remove files not required. Now conversion between database syntax is done in real time during install. 2008-09-10 21:07:52 +00:00
makepack-pibarcode.conf Ajout exemple script fabrication module pibarcode 2008-01-27 01:10:20 +00:00
README Update doc 2008-05-13 21:25:22 +00:00
README-FR Update doc 2008-05-13 21:25:22 +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 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.