Laurent Destailleur 64aa231e33 Avoid password in files 5 年之前
..
composer 348e004da6 Minor fixes in css 8 年之前
debian db17a08144 Fix distrib in ping 5 年之前
dmg c48c3a9d91 Qual: remove PHP closing tag (again) 11 年之前
doap 40f5f7f68a Qual: Removed useless file 14 年之前
docker b7b87929d0 Merge branch 'develop' into hotfix/docker-ziparchive 5 年之前
doxygen 835d22f556 Merge branch 'develop' into doxygen_todo 5 年之前
exakat e79ac7081a Look and feel v11 5 年之前
exe 64aa231e33 Avoid password in files 5 年之前
flatpack 3802734212 fix 6 年之前
gource 263bd9cbc0 Filter 5 年之前
launchpad 748dacd444 Update doc 8 年之前
obs 2543f3f21b Update README 5 年之前
pad 2184eabe2f Fix english 8 年之前
patch 726d9581dd Fix: remove obsolete tags (in progress) 14 年之前
pdf 3906aaee8f Work on pdf doc generator 11 年之前
perl fd263cb316 FIX add v10 in virtualmin script 6 年之前
phpstan 2e68488231 Enhance scan using phpstan 6 年之前
rpm 3823070d33 Fix package rpm 5 年之前
sitemap d9a26d0aa9 natural search in list pages 12 年之前
tgz cb2393e663 Fix: Solve problem of _source directory. 11 年之前
travis-ci 9a6517a3bd Try to trap apache log 6 年之前
zip cb2393e663 Fix: Solve problem of _source directory. 11 年之前
.gitignore 0e450b2acf remove duplicate entries 5 年之前
README e60a6ee13d add composer entry 5 年之前
generate_filelist_xml.php ab4e0fe99c FIX #12758 5 年之前
makepack-dolibarr.pl 221776d07d Migrate DoliWamp to use WampServer 3 5 年之前
makepack-dolibarrmodule.conf 0011b1dadd New: Trigger now have a priority to define sort execution order. 13 年之前
makepack-dolibarrmodule.pl 9dfd4bb430 Accept the custom folder #7408 8 年之前
makepack-dolibarrtheme.pl e0dd3090c9 Remove hardcoded strings 11 年之前
makepack-howto.txt 1345a63c8c Update doc 6 年之前

README

README (English)
##################################################
Building packages
##################################################

All sub-directories of "build" directory contains files (setup or binary tools) required to build automatically Dolibarr packages.
There are several tools:



- To build full Dolibarr packages, launch the script
> Launch command perl makepack-dolibarr.pl

Note: Prerequisites to build tgz, debian, rpm package
> apt-get install tar dpkg dpatch p7zip-full rpm zip

Note: Prerequisites to build autoexe DoliWamp package:
> apt-get install wine q4wine
> Launch "wine cmd" to check a drive Z: pointing to / exists.
> Install InnoSetup
For example by running isetup-5.3.9.exe (http://www.jrsoftware.org)
> Install WampServer into "C:\Program Files\Wamp"
For example by running wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-32b.exe (http://www.wampserver.com)
> Install WampServer addon to have versions: Mysql5.0.45
For example by running WampServer2-MYSQL5045.exe (http://www.wampserver.com)
> To build from Windows (running from makepack-dolibarr.pl script is however
recommanded), open file build/exe/doliwamp.iss and click on button "Compile".
The .exe file will be build into directory build.
> Add path to ISCC into PATH windows var:
Launch wine cmd, then regedit and add entry int HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment\PATH

- 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 developper documentation, launch the script
> perl dolibarr-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.


You can find in "build", following sub-directories:

* composer
To test an upgrade of a lib.

* debian
To build Debian package.

* dmg:
To build Mac OS package (not ready yet).

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

* doxygen:
Dir with config file to build doxygen documentation.

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

* launchpad:
Doc file to explain how to use launchpad.

* live:
Doc file to explain how to create a demo live CD.

* obs:
Doc file to explain how to push release onto OBS.

* 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.

* perl:
Tool to install dolibarr when using virtualmin pro

* rpm:
To build Redhat, Opensuse or Mandriva package.

* tgz:
To build a tgz package.

* zip:
To build a zip package.