|
version 1.1, 2012/02/21 23:00:54
|
version 1.1.1.2, 2014/06/15 16:09:42
|
|
Line 1
|
Line 1
|
| |
|
| Expat, Release 2.0.1 | Expat, Release 2.1.0 |
| |
|
| This is Expat, a C library for parsing XML, written by James Clark. |
This is Expat, a C library for parsing XML, written by James Clark. |
| Expat is a stream-oriented XML parser. This means that you register |
Expat is a stream-oriented XML parser. This means that you register |
|
Line 25 intended to be production grade software.
|
Line 25 intended to be production grade software.
|
| If you are building Expat from a check-out from the CVS repository, |
If you are building Expat from a check-out from the CVS repository, |
| you need to run a script that generates the configure script using the |
you need to run a script that generates the configure script using the |
| GNU autoconf and libtool tools. To do this, you need to have |
GNU autoconf and libtool tools. To do this, you need to have |
| autoconf 2.52 or newer and libtool 1.4 or newer (1.5 or newer preferred). | autoconf 2.58 or newer. Run the script like this: |
| Run the script like this: | |
| |
|
| ./buildconf.sh |
./buildconf.sh |
| |
|
|
Line 65 location. Have a look at the "Makefile" to learn abou
|
Line 64 location. Have a look at the "Makefile" to learn abou
|
| the directories into which things will be installed. |
the directories into which things will be installed. |
| |
|
| If you are interested in building Expat to provide document |
If you are interested in building Expat to provide document |
| information in UTF-16 rather than the default UTF-8, follow these | information in UTF-16 encoding rather than the default UTF-8, follow |
| instructions (after having run "make distclean"): | these instructions (after having run "make distclean"): |
| |
|
| 1. For UTF-16 output as unsigned short (and version/error |
1. For UTF-16 output as unsigned short (and version/error |
| strings as char), run: |
strings as char), run: |
|
Line 106 use DESTDIR=$(INSTALL_ROOT), even if DESTDIR eventuall
|
Line 105 use DESTDIR=$(INSTALL_ROOT), even if DESTDIR eventuall
|
| environment, because variable-setting priority is |
environment, because variable-setting priority is |
| 1) commandline |
1) commandline |
| 2) in-makefile |
2) in-makefile |
| 3) environment | 3) environment |
| | |
| | Note: This only applies to the Expat library itself, building UTF-16 versions |
| | of xmlwf and the tests is currently not supported. |
| |
|
| Note for Solaris users: The "ar" command is usually located in |
Note for Solaris users: The "ar" command is usually located in |
| "/usr/ccs/bin", which is not in the default PATH. You will need to |
"/usr/ccs/bin", which is not in the default PATH. You will need to |