dolibarr/build
Laurent Destailleur 2f3e77ff93 Release 2.7
2009-12-03 18:39:02 +00:00
..
deb Prepare release: All directories in build have a README file. 2009-11-04 11:38:35 +00:00
dmg/dolimamp Fix: bad name 2009-11-04 13:27:18 +00:00
doap Prepare 2.7 release 2009-11-29 22:02:35 +00:00
exe/doliwamp Clear message 2009-12-01 10:39:23 +00:00
live Update build live cd howto 2008-10-03 17:00:17 +00:00
pad Release 2.7 2009-12-03 18:39:02 +00:00
patch Prepare release: All directories in build have a README file. 2009-11-04 11:38:35 +00:00
rpm Prepare release: All directories in build have a README file. 2009-11-04 11:38:35 +00:00
tgz Exclude log file in package 2009-11-29 22:30:17 +00:00
zip Exclude log file in package 2009-11-29 22:30:17 +00:00
.cvsignore Ignore files 2009-08-30 23:08:02 +00:00
dolibarr_mysql2pgsql.pl Qual: Uniformize SQL code to be more compatible 2009-10-23 23:01:03 +00:00
makepack-dolibarr.pl Fix: Remove Perl warnings 2009-12-01 11:41:39 +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 Work on DoliMamp for Mac OS X 2009-10-31 13:58:23 +00:00
README-FR Work on DoliMamp for Mac OS X 2009-10-31 13:58:23 +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.

* dmg:
To build dmg DoliMamp package for Mac OS X