aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: cd18b4bca35202e6356788bc840852c6c9034cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/


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.