expat README,1.34,1.35
"Karl Waclawek" <[email protected]> Fri, 04 May 2007 20:46:31 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8507
Modified Files:
README
Log Message:
Added a missing step for the UTF-16 intall.
Index: README
===================================================================
RCS file: /cvsroot/expat/expat/README,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- README 27 Nov 2006 02:51:57 -0000 1.34
+++ README 5 May 2007 03:46:28 -0000 1.35
@@ -66,7 +66,7 @@
If you are interested in building Expat to provide document
information in UTF-16 rather than the default UTF-8, follow these
-instructions:
+instructions (after having run "make distclean"):
1. For UTF-16 output as unsigned short (and version/error
strings as char), run:
@@ -93,6 +93,7 @@
Or, to save step 2, run "make buildlib LIBRARY=libexpatw.la".
4. Run "make installlib" (which installs the library only).
+ Or, if step 2 was omitted, run "make installlib LIBRARY=libexpatw.la".
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