]> granicus.if.org Git - libexpat/commitdiff
Added some info about XML_LARGE_SIZE and make options.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Wed, 28 Dec 2005 18:41:57 +0000 (18:41 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Wed, 28 Dec 2005 18:41:57 +0000 (18:41 +0000)
expat/README

index 6971a351c286af2b61af713e45ce405e9f1737cc..fef76b49ec12e2cb506847c49ed2d77b9cfe7c4d 100644 (file)
@@ -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