From 3d14ffc8c798585b0b46f2d68c74382224dcc492 Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Wed, 28 Dec 2005 18:41:57 +0000 Subject: [PATCH] Added some info about XML_LARGE_SIZE and make options. --- expat/README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/expat/README b/expat/README index 6971a351..fef76b49 100644 --- a/expat/README +++ b/expat/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 -- 2.40.0