Merge branch 'master' into htj2c
[asdcplib.git] / win32 / README.txt
index 850624c8e273e731c0f0f33d3f721690a46099a5..76e76c79a84c43b4a4c47e943104d2bc1cd18084 100755 (executable)
@@ -15,11 +15,14 @@ if this will be used in conjunction with CineCert's other software, the later 0.
 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 (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
+For optional XML parsing support, you'll need to use Xerces-C++ 2.7 or 3.x, or Expat 2.0.1\r
+(supported in previous versions of asdcplib). If you'll be using this software in conjuction with\r
+CineCert's other software, the use of Xerces-C++ is required. As with OpenSSL above, if you\r
+need/desire XML parsing, extract the source package and build in a directory of your choice.\r
+\r
+Header files and libraries from the OpenSSL and XML packages must be available to the compiler\r
+and linker. You may need to modify the makefile to make include files (/I...) and library files\r
+(/LIBPATH...) available.\r
 \r
 \r
 III. BUILDING\r
@@ -46,6 +49,15 @@ Without XML parsing:
 C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"\r
        /f Makefile.mak\r
 \r
+Without XML parsing but with the AS-02 library and executables:\r
+C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"\r
+       USE_AS_02=1 /f Makefile.mak\r
+\r
+Want a 64-bit build? Change the following line in Makefile.mak:\r
+    LINKFLAGS1 = /NOLOGO /SUBSYSTEM:console /MACHINE:I386 /LIBPATH:. /DEBUG\r
+to\r
+    LINKFLAGS1 = /NOLOGO /SUBSYSTEM:console /MACHINE:X64 /LIBPATH:. /DEBUG\r
+\r
 \r
 IV. CONCLUSION\r
 ==============\r