[Expat-checkins] expat README,1.29,1.30

Karl Waclawek kwaclaw at users.sourceforge.net
Wed Dec 28 19:42:07 CET 2005


Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2620

Modified Files:
	README 
Log Message:
Added some info about XML_LARGE_SIZE and make options.

Index: README
===================================================================
RCS file: /cvsroot/expat/expat/README,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- README	23 Dec 2005 16:57:53 -0000	1.29
+++ README	28 Dec 2005 18:41:57 -0000	1.30
@@ -48,14 +48,20 @@
 /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



More information about the Expat-checkins mailing list