blob: 0d0b70dd1f805923540b55cab7b6c6455d5de439 (
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
|
Prerequisites
build-time:
- g++ >= 3.4.3 http://gcc.gnu.org
- build >= 0.3.10 http://www.codesynthesis.com/projects/build/
run-time:
- libxerces-c >= 3.0.0 http://xerces.apache.org/xerces-c/
- libcutl >= 1.8.0 http://www.codesynthesis.com/projects/libcutl/
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.
|