diff --git a/build/README b/build/README index 61f011bd311..3a9fd7d5558 100644 --- a/build/README +++ b/build/README @@ -8,7 +8,8 @@ automatically Dolibarr packages. There are several tools: - To build full Dolibarr packages, launch the script -> perl makepack-dolibarr.pl +> 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 @@ -26,7 +27,7 @@ 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", folowing sub-directories: +We can find in "build", following sub-directories: * deb: To build Debian package. @@ -38,7 +39,8 @@ To build Redhat or Mandrake package. To build tgz package (containing Dolibarr files et setup documentation). * exe: -To build exe package for Windows. +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. diff --git a/build/README-FR b/build/README-FR index 7565a7f71bc..832ec68c3c9 100644 --- a/build/README-FR +++ b/build/README-FR @@ -7,8 +7,9 @@ Les sous r requis pour packager Dolibarr de manière automatisé. On trouve plusieurs outils: -- Pour construire un package Dolibarr complet, il suffit de lancer le script -> perl makepack-dolibarr.pl +- Pour construire un package Dolibarr complet, il suffit de +> Editer la version dans le fichier makepack-dolibarr.pl +> Lancer la commande perl makepack-dolibarr.pl - Pour construire un package d'une traduction, il suffit de lancer le script > perl makepack-dolibarrlang.pl @@ -20,12 +21,13 @@ On trouve plusieurs outils: > perl makepack-dolibarrmodule.pl - Pour construire un package DoliWamp autoexe: -> Installer InnoSetup -> Installer WampServer dans "C:\Program Files\Wamp" +> Installer InnoSetup (http://www.jrsoftware.org) +> Installer WampServer dans "C:\Program Files\Wamp" (http://www.wampserver.com) > Installer les addon WampServer afin d'y mettre les versions: Apache2.2.6, Mysql5.0.45, Php5.2.5 > Modifier dans le fichier build/exe/doliwamp2.4.iss la variable SourceDir afin d'y mettre le repository Dolibarr. +> Modifier AppVerName et OutputBaseFilename. > Lancer innosetup, ouvrir le fichier build/exe/doliwamp2.4.iss et cliquer sur le bouton "Compile". Le fichier .exe sera fabriqué dans le répertoire build. @@ -51,7 +53,8 @@ Fichier de config pour construire un package tgz (ne contenant que les fichiers et instructions d'installation manuelle). * exe: -Fichier de config pour construire un package exe pour Windows. +Fichier de config pour construire un package exe pour Windows des sources +ou pour construire l'assistant d'installation complet DoliWamp. * pad: Fichier de config pour construire un fichier descriptif PAD pour la promotion diff --git a/build/makepack-howto.txt b/build/makepack-howto.txt index 82f1c8d8e14..6aa440b2cc5 100644 --- a/build/makepack-howto.txt +++ b/build/makepack-howto.txt @@ -5,6 +5,7 @@ - Update version number in makepack-dolibarr.pl file - Update version number in htdocs/master.inc.php - Update version number in htdocs/install/inc.php +- Run dolibarr_mysql2pgsql.pl - Update PAD files - Commit all changes and add a CVS Tag