Skip to Content.
Sympa Menu

notify-dpml - r2038 - trunk

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: davidoff at BerliOS <davidoff AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2038 - trunk
  • Date: Sun, 16 Sep 2007 17:28:02 +0200

Author: davidoff
Date: 2007-09-16 17:28:02 +0200 (Sun, 16 Sep 2007)
New Revision: 2038

Modified:
trunk/BUILD.TXT
Log:
synchronize build procedures

Modified: trunk/BUILD.TXT
===================================================================
--- trunk/BUILD.TXT 2007-09-16 15:17:36 UTC (rev 2037)
+++ trunk/BUILD.TXT 2007-09-16 15:28:02 UTC (rev 2038)
@@ -6,35 +6,40 @@
c) build the main DPML system

A. Setup Environment
---------------------
+--------------------

-Before attempting to build the platform you need to ensure that the DPML
-shared bin directory is referenced in you PATH environment variable. For
-example on linux you define the following:
+Pull down the sources:

- export PATH="$HOME/.dpml/share/bin:$PATH"
-
+ $ cd dev
+ $ svn checkout svn://svn.berlios.de/dpml/trunk dpml
+
+The full sources to the DPML SDK are now present in the directory dev/dpml.
+On linux you need to execute a bash script to setup som environment variables
+that declare a local DPML_SYSTEM into which we will generate the new
binaries.
+You can do this using the following command:
+
+ $ cd dpml
+ $ source setup.sh
+
+On Windows you should define the DPML_SYSTEM environment variable and ensure
+that $DPML_SYSTEM/bin is included in you PATH environment variable.
B. Bootstrap Build
------------------

-Create a directory to hold the svn codebase (e.g. c:\dev\dpml), checkout
-the sources, cd to the directory and invoke the bootstrap build procedure.
-On Windows:
- $ cd dev\dpml
- $ svn checkout svn://svn.berlios.de/dpml/trunk
- $ bootstrap
-
+Invoke the bootstrap build procedure.
+
On Linux:

- $ cd dev/dpml
- $ svn checkout svn://svn.berlios.de/dpml/trunk
$ bash bootstrap
+
+On Windows:
+ $ bootstrap

C. Main System Build
--------------------

The bootstrap procedure will create a number of executables under
-%DPML_HOME%/share/bin. Several options are available concerning version
+%DPML_SYSTEM%/bin. Several options are available concerning version
handling of the full build.

a) SNAPSHOT
@@ -58,8 +63,8 @@
$ build -decimal

The build procedure will build approximately 56 projects during which a
number
-of downloads may occur. On completion the %DPML_HOME%\data\dist directory
will
+of downloads will occur. On completion the %DPML_HOME%\data\dist directory
will
contain the distribution archives for the installation. Unpack the archive
-corresponding to your platform into the %DPML_HOME% root directory.
+corresponding to your platform into the %DPML_HOME% root directory.

/DMPL




  • r2038 - trunk, davidoff at BerliOS, 09/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page