dolibarr/build
2013-07-11 17:57:06 +02:00
..
aps Normalized EOL 2013-07-01 12:00:42 +02:00
debian Merge remote-tracking branch 'origin/3.4' into develop 2013-07-11 17:57:06 +02:00
dmg/dolimamp Work on packages 2011-06-26 01:52:59 +00:00
doap Qual: Removed useless file 2011-10-13 17:49:25 +02:00
doxygen Prepare dev branch 2013-05-03 18:41:14 +02:00
exe/doliwamp Merge remote-tracking branch 'origin/3.4' into develop 2013-07-07 23:25:03 +02:00
launchpad Merge remote-tracking branch 'origin/3.3' into develop 2013-04-23 14:04:56 +02:00
live Update build live cd howto 2008-10-03 17:00:17 +00:00
obs Removed warning 2013-05-22 15:52:26 +02:00
pad Merge remote-tracking branch 'origin/3.4' into develop 2013-07-07 23:25:03 +02:00
patch Fix: remove obsolete tags (in progress) 2011-08-27 14:24:16 +00:00
perl/virtualmin Merge remote-tracking branch 'origin/3.4' into develop 2013-06-25 23:22:00 +02:00
rpm Merge remote-tracking branch 'origin/3.4' into develop 2013-07-07 23:25:03 +02:00
tgz New: Trigger now have a priority to define sort execution order. 2012-01-31 20:32:26 +01:00
zip odt templates for invoices are included 2012-03-28 16:53:18 +02:00
.gitignore Exclude generated doxygen from sources 2011-10-16 14:08:06 +02:00
makepack-dolibarr.pl Prepare 3.4 2013-07-07 13:30:30 +02:00
makepack-dolibarrlang.pl Fix: permission execute on perl script 2012-08-04 00:17:34 +02:00
makepack-dolibarrmodule.conf New: Trigger now have a priority to define sort execution order. 2012-01-31 20:32:26 +01:00
makepack-dolibarrmodule.pl Fix: permission execute on perl script 2012-08-04 00:17:34 +02:00
makepack-dolibarrtheme.pl Fix: permission execute on perl script 2012-08-04 00:17:34 +02:00
makepack-howto.txt Update doc for 3.4 2013-07-07 13:35:29 +02:00
README Move script to build doxygen into build directory. 2009-12-28 12:57:36 +00:00
README-FR Move script to build doxygen into build directory. 2009-12-28 12:57:36 +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

- To build an autoexe DoliWamp package:
> Install InnoSetup (http://www.jrsoftware.org)
> Install WampServer into "C:\Program Files\Wamp" (http://www.wampserver.com)
> Install WampServer addon to have versions:
   Apache2.2.6, Mysql5.0.45, Php5.2.5
> Modify file build/exe/doliwamp.iss to change variable SourceDir
  with value of Dolibarr repository.
> Modify AppVerName and OutputBaseFilename.
> Launch innosetup, open file build/exe/doliwamp.iss and click on
  button "Compile". The .exe file will be build into directory build.

- To build developper documentation, launch the script
> perl dolybarr-doxygen-build.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