blob: f59f75ec1c9007b8baa19b1dfd2b31a457baae53 [file] [log] [blame]
Getting xml_schema/C source working on Linux
=============================================
Build the source
This can be done using the following command sequence:
./configure
make
make install
use './configure --help' for options
NOTE: If you don't provide a --prefix configure option, it will by default
install into /usr/local/xml_schema directory.