aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL35
1 files changed, 35 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..30df056
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,35 @@
+Compiler Prerequisites
+
+ build-time:
+
+ - build >= 0.3.2 http://kolpackov.net/projects/build/
+ - g++ >= 3.4.3 http://gcc.gnu.org
+
+ run-time:
+
+ - libxsd-frontend >= 1.16.0 http://codesynthesis.com/projects/libxsd-frontend/
+ - libbackend-elements >= 1.7.0 http://kolpackov.net/projects/libbackend-elements/
+ - libcult >= 1.4.3 http://kolpackov.net/projects/libcult/
+ - libboost_filesystem >= 1.33.1 http://boost.org
+ - libboost_regex >= 1.33.1 http://boost.org
+
+Generated Code Prerequisites
+
+ run-time:
+
+ - libxsde (XSD/e runtime library, part of the XSD/e distribution)
+
+
+Building XSD/e
+
+ To build in the source directory simply run 'make'. You can also
+ build in a separate directory, e.g.,
+
+ $ mkdir xsde-i686-pc-linux-gnu
+ $ cd xsde-i686-pc-linux-gnu
+ $ make -f ../xsde-x.y.z/makefile
+
+
+Installing XSD/e
+
+ Not supported in this version.