summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-12-04 19:38:05 +0000
committermsheby <>2008-12-04 19:38:05 +0000
commit899b377902acf3fb31fe8a2c027e204809067ecb (patch)
treefcf9ca54c15cd98c303fa80598f6c7d31208a7ec
parentecee6837e283873043a2e283f9e12866e7389d4f (diff)
Update the README file.
-rwxr-xr-xwin32/README.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/win32/README.txt b/win32/README.txt
index 2f96704..2078571 100755
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -11,13 +11,13 @@ First, you'll need Microsoft's Visual Studio 2005 or later. A heavyweight editio
the Express edition works fine.
Next, you'll need an OpenSSL distribution. The absolute, bare minimum needed is 0.9.7. However,
-if this will be used in conjunction with CineCert's other closed-source software, the later 0.9.8
+if this will be used in conjunction with CineCert's other software, the later 0.9.8b
is needed. That said, the latest revision of OpenSSL as of this writing (0.9.8i) works great.
Extract and build in the directory of your choice.
-If you'll be using this software in conjuction with CineCert's other closed-source software,
-you'll need to obtain Xerces-C++ 2.8 (3.0 isn't yet supported). If you won't, you can either use
-Xerces-C++ 2.8, use Expat 2.0.1 (used in previous versions of asdcplib), or forgo XML parsing. If
+For (optional) XML parsing support, you'll need to use Xerces-C++ 2.7 or 2.8 (3.0 isn't yet
+supported) or Expat 2.0.1 (used in previous versions of asdcplib). If you'll be using this
+software in conjuction with CineCert's other software, the use of Xerces-C++ is required. If
you need/desire XML parsing, extract the source package and build in a directory of your choice.
@@ -45,5 +45,4 @@ C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\open
IV. CONCLUSION
==============
-You should have been able to successfully build the binaries within the asdcplib package.
For answers to questions, please send a message to asdcplib@cinecert.com.