summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-03-06 01:08:52 +0000
committermsheby <>2009-03-06 01:08:52 +0000
commit2bcfa2201c6a3d278217c58630545842c905d432 (patch)
tree664216d66a62d2505123cf45f13a2e057d8e1569
parent4eb8f6654832b285ebc2b76eb340eb53bd36098e (diff)
Update documentation.
-rwxr-xr-xwin32/README.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/win32/README.txt b/win32/README.txt
index 2078571..d9b5a66 100755
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -8,17 +8,18 @@ II. DEPENDENCIES
================
First, you'll need Microsoft's Visual Studio 2005 or later. A heavyweight edition isn't needed;
-the Express edition works fine.
+the freely downloadable 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 software, the later 0.9.8b
-is needed. That said, the latest revision of OpenSSL as of this writing (0.9.8i) works great.
+is needed. That said, the latest revision of OpenSSL as of this writing (0.9.8j) works great.
Extract and build in the directory of your choice.
-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.
+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 (supported 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. As
+with OpenSSL above, if you need/desire XML parsing, extract the source package and build in a
+directory of your choice.
III. BUILDING
@@ -30,15 +31,15 @@ C:\>nmake WITH_OPENSSL=<OpenSSL directory> [[WITH_XERCES=<Xerces directory>]|
[WITH_XML_PARSER=<Expat directory>]] /f Makefile.mak
On our Windows development machine, the invocation with XML parsing by Xerces-C++ is as such:
-C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8i"
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"
WITH_XERCES="C:\Program Files\xerces-c_2_8_0-x86-windows-vc_8_0" /f Makefile.mak
With XML parsing by Expat:
-C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8i"
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"
WITH_XML_PARSER="C:\Program Files\Expat 2.0.1" /f Makefile.mak
Without XML parsing:
-C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8i"
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"
/f Makefile.mak