summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2007-05-05 03:46:28 +0000
committerkwaclaw <kwaclaw>2007-05-05 03:46:28 +0000
commit4d82d7e798c2c46c874ef144a47d0ad048cc201f (patch)
tree02be5bde94e6977faf0d7d229abb1bb6eb8c0b4d
parent2d946f2e5cf4eee038a77448e5c46d2631b5919a (diff)
downloadlibexpat-4d82d7e798c2c46c874ef144a47d0ad048cc201f.tar.gz
Added a missing step for the UTF-16 intall.
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index b94be60..1471015 100644
--- a/README
+++ b/README
@@ -66,7 +66,7 @@ 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, 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 @@ instructions:
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