From a15cf65c44d5c224169c32ef5495b68c758134b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 18 May 2014 16:08:14 +0200 Subject: Imported Upstream version 3.3.0.2 --- libxsd-frontend/INSTALL | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libxsd-frontend/INSTALL (limited to 'libxsd-frontend/INSTALL') 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. -- cgit v1.2.3