aboutsummaryrefslogtreecommitdiff
path: root/dist/README
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 /dist/README
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 'dist/README')
-rw-r--r--dist/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/README b/dist/README
new file mode 100644
index 0000000..fc9e0b3
--- /dev/null
+++ b/dist/README
@@ -0,0 +1,25 @@
+CodeSynthesis XSD/e is an open-source XML parser/serializer
+generator for mobile and embedded systems. It provides event-
+driven, stream oriented XML parsing, XML serialization, W3C
+XML Schema validation, and C++ data binding while maintaining
+a small footprint and portability. For more information about
+XSD/e visit:
+
+
+http://www.codesynthesis.com/products/xsde/
+
+
+This package contains a precompiled binary for the XSD/e compiler
+as well as the source code for the runtime library (libxsde) and
+examples. The INSTALL file contains instructions for compiling
+the runtime library and examples on various platforms.
+
+The NEWS file contains information on the user-visible changes
+from the previous release.
+
+See the LICENSE file for distribution conditions.
+
+See the documentation/ directory for documentation.
+
+Send questions, bug reports, or any other feedback to the
+xsde-users@codesynthesis.com mailing list.