summaryrefslogtreecommitdiff
path: root/libxsd-frontend/INSTALL
diff options
context:
space:
mode:
authorJörg Frings-Fürst <jff@merkur>2014-05-18 16:08:14 +0200
committerJörg Frings-Fürst <jff@merkur>2014-05-18 16:08:14 +0200
commita15cf65c44d5c224169c32ef5495b68c758134b7 (patch)
tree3419f58fc8e1b315ba8171910ee044c5d467c162 /libxsd-frontend/INSTALL
Imported Upstream version 3.3.0.2upstream/3.3.0.2
Diffstat (limited to 'libxsd-frontend/INSTALL')
-rw-r--r--libxsd-frontend/INSTALL28
1 files changed, 28 insertions, 0 deletions
diff --git a/libxsd-frontend/INSTALL b/libxsd-frontend/INSTALL
new file mode 100644
index 0000000..756b7e4
--- /dev/null
+++ b/libxsd-frontend/INSTALL
@@ -0,0 +1,28 @@
+Prerequisites
+
+ build-time:
+
+ - build >= 0.3.7 http://www.codesynthesis.com/projects/build/
+ - g++ >= 3.4.3 http://gcc.gnu.org
+
+ run-time:
+
+ - libfrontend-elements >= 1.1.4 http://kolpackov.net/projects/libfrontend-elements/
+ - libcult >= 1.4.6 http://kolpackov.net/projects/libcult/
+ - libxerces-c >= 2.6.0 http://xerces.apache.org/xerces-c/
+ - libboost_filesystem >= 1.33.1 http://boost.org
+
+
+Building libxsd-frontend
+
+ To build in the source directory simply run 'make'. You can also
+ build in a separate directory, e.g.,
+
+ $ mkdir libxsd-frontend-i686-pc-linux-gnu
+ $ cd libxsd-frontend-i686-pc-linux-gnu
+ $ make -f ../libxsd-frontend-x.y.z/makefile
+
+
+Installing libxsd-frontend
+
+ Not supported in this version.