Installing XSD/e on Fedora and alike

This README describes installing XSD/e from combined binary/source packages on Fedora and alike (RHEL, etc).

The following binary packages are provided for Fedora and alike (here <...> denotes the version, distribution, and architecture information):

xsde-<...>.rpm               -- XSD/e compiler binary
xsde-<...>-rtsrc-unix.tar.gz -- XSD/e runtime source
libxsde-<...>.rpm            -- XSD/e runtime binary
libxsde-devel-<...>.rpm      -- XSD/e runtime development files

The xsde-<...>.rpm package contains the XSD/e compiler binary.

The xsde-<...>-rtsrc-unix.tar.gz package contains the source code for the runtime library, examples, and tests.

You will need to configure and build the XSD/e runtime library (and, optionally, examples/tests) for your target OS and CPU architecture using make. See the INSTALL file inside xsde-<...>-rtsrc-unix.tar.gz for the instructions.

The libxsde-<...>.rpm and libxsde-devel-<...>.rpm packages contain the runtime library built for the host platform. They can be useful, for example, for testing.