aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-02 12:14:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-02 12:14:54 +0200
commit6c63b913179127e09ed7d9da8920493ccceec6ce (patch)
tree95684b51b4ab60e6468a592a53e33c2cf00027ab /INSTALL
parent3fd3cfc36784be43f545f2f0973e3dc58f475996 (diff)
Add make support for creating binary distributions
Two new make targets, dist and dist-win, were added that allow one to create a binary distribution from the current build. The dist target creates a UNIX distribution while dist-win -- Windows. The simplified build systems for the runtime library and examples that were kept separately are now part of the project (the dist/ subdirectory).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 30df056..0109007 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,6 +30,19 @@ Building XSD/e
$ make -f ../xsde-x.y.z/makefile
+Creating Binary Distributions
+
+ A binary distribution contains a pre-built XSD/e compiler binary for
+ a particular host development platform as well as the source code and
+ simple build systems for the libxsde runtime library and examples.
+
+ The dist and dist-win make targets are used to create binary distributions,
+ for example:
+
+ $ make dist_prefix=/tmp/xsde-3.1.0-i686-linux-gnu dist
+ $ make dist_prefix=/tmp/xsde-3.1.0-i686-windows dist-win
+
+
Installing XSD/e
Not supported in this version.