summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2005-12-28 18:41:57 +0000
committerkwaclaw <kwaclaw>2005-12-28 18:41:57 +0000
commit7c9286962f78c2ae9cdd3740f574cec3a64ec6b8 (patch)
tree88fae89e7ee8965d155dbd5c98a02bef811fa5ef
parent70c94762edfc066fb9908b2f9dc5e9c7ebf28ec6 (diff)
downloadlibexpat-7c9286962f78c2ae9cdd3740f574cec3a64ec6b8.tar.gz
Added some info about XML_LARGE_SIZE and make options.
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 6971a35..fef76b4 100644
--- a/README
+++ b/README
@@ -48,14 +48,20 @@ into /home/me/mystuff/lib, /home/me/mystuff/include, and
/home/me/mystuff/bin, you can tell configure about that with:
./configure --prefix=/home/me/mystuff
+
+Another interesting option is to enable 64-bit integer support for
+line- and column numbers and the over-all byte index:
+
+ ./configure CPPFLAGS=-DXML_LARGE_SIZE
After running the configure script, the "make" command will build
things and "make install" will install things into their proper
-location. Note that you need to have write permission into the
-directories into which things will be installed.
+location. Have a look at the "Makefile" to learn about additional
+"make" options. Note that you need to have write permission into
+the directories into which things will be installed.
If you are interested in building Expat to provide document
-information in UTF-16 rather than the default UTF-8, following these
+information in UTF-16 rather than the default UTF-8, follow these
instructions:
1. For UTF-16 output as unsigned short (and version/error