Update documentation.
authormsheby <msheby@cinecert.com>
Fri, 6 Mar 2009 01:08:52 +0000 (01:08 +0000)
committermsheby <>
Fri, 6 Mar 2009 01:08:52 +0000 (01:08 +0000)
win32/README.txt

index 20785713575bfedae20d5ddc1d6152bb8ee500c7..d9b5a663691d7d89231325dc31da956f31508d42 100755 (executable)
@@ -8,17 +8,18 @@ II. DEPENDENCIES
 ================\r
 \r
 First, you'll need Microsoft's Visual Studio 2005 or later. A heavyweight edition isn't needed;\r
-the Express edition works fine.\r
+the freely downloadable Express edition works fine.\r
 \r
 Next, you'll need an OpenSSL distribution. The absolute, bare minimum needed is 0.9.7. However,\r
 if this will be used in conjunction with CineCert's other software, the later 0.9.8b\r
-is needed. That said, the latest revision of OpenSSL as of this writing (0.9.8i) works great.\r
+is needed. That said, the latest revision of OpenSSL as of this writing (0.9.8j) works great.\r
 Extract and build in the directory of your choice.\r
 \r
-For (optional) XML parsing support, you'll need to use Xerces-C++ 2.7 or 2.8 (3.0 isn't yet\r
-supported) or Expat 2.0.1 (used in previous versions of asdcplib). If you'll be using this\r
-software in conjuction with CineCert's other software, the use of Xerces-C++ is required. If\r
-you need/desire XML parsing, extract the source package and build in a directory of your choice.\r
+For optional XML parsing support, you'll need to use Xerces-C++ 2.7 or 2.8 (3.0 isn't yet\r
+supported) or Expat 2.0.1 (supported in previous versions of asdcplib). If you'll be using this\r
+software in conjuction with CineCert's other software, the use of Xerces-C++ is required. As\r
+with OpenSSL above, if you need/desire XML parsing, extract the source package and build in a\r
+directory of your choice.\r
 \r
 \r
 III. BUILDING\r
@@ -30,15 +31,15 @@ C:\>nmake WITH_OPENSSL=<OpenSSL directory> [[WITH_XERCES=<Xerces directory>]|
        [WITH_XML_PARSER=<Expat directory>]] /f Makefile.mak\r
 \r
 On our Windows development machine, the invocation with XML parsing by Xerces-C++ is as such:\r
-C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8i"\r
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"\r
        WITH_XERCES="C:\Program Files\xerces-c_2_8_0-x86-windows-vc_8_0" /f Makefile.mak\r
 \r
 With XML parsing by Expat:\r
-C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8i"\r
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"\r
        WITH_XML_PARSER="C:\Program Files\Expat 2.0.1" /f Makefile.mak\r
 \r
 Without XML parsing:\r
-C:\Program Files\asdcplib-1.3.20\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8i"\r
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"\r
        /f Makefile.mak\r
 \r
 \r