*** empty log message ***
[shibboleth/sp.git] / doc / INSTALL-WIN32.txt
index 55054cd..665dfea 100644 (file)
@@ -1,5 +1,5 @@
-5/10/04
-Version 1.2, shib Library version "5", shibtarget Library Version "4"
+11/15/04
+Version 1.2.1, shib Library version "5", shibtarget Library Version "4"
 
 This release works with SAML library version "4".
 
@@ -9,15 +9,10 @@ there. This file documents the particulars of building from source on
 Windows NT/2000/XP.
 
 Visual C++ 6.0 on Windows is currently supported. The Shibboleth.dsw workspace
-file is located in the root of the distribution. It assumes that OpenSAML has
-been built and is available, by default, alongside the location where this
-archive is unpacked:
+file is located in the root of the distribution.
 
-       /opensaml/
-       /shibboleth/
-
-If you use a copy of OpenSAML installed elsewhere, just define the INCLUDE
-and LIB locations to the compiler.
+You'll need to indicate to the compiler where the OpenSAML include and
+library files are. Using the global directory settings is the easiest way.
 
 You can choose which, if any, web server modules to build, in case you don't
 need or want one or more of them.
@@ -25,7 +20,8 @@ need or want one or more of them.
 To build the MySQL cache plugin, a fairly customized build of MySQL is required,
 which we haven't fully documented. At a minimum, you must build from source using
 the MySQL Visual C++ workspace, the projects must all be modified to use the
-DLL C/C++ runtime, and the USE_TLS macro must be defined for the projects.
+DLL C/C++ runtime, and the USE_TLS macro must be defined for the projects. If you
+need specifics, ask for help.
 
 For more information about Windows builds, please read the OpenSAML
 INSTALL-WIN32.txt file.