Minor fixes.
[shibboleth/sp.git] / doc / INSTALL-WIN32.txt
1 7/25/03
2 Version 1.0.1, shib Library version "4", shibtarget Library Version "3"
3
4 This release works with SAML library version "3".
5
6 Please read the README.txt and INSTALL.txt files in the same directory
7 with this file before continuing. More general information is available
8 there. This file documents the particulars of building from source on
9 Windows NT/2000/XP.
10
11 Visual C++ 6.0 on Windows is currently supported. The Shibboleth.dsw workspace
12 file is located in the root of the distribution. It assumes that OpenSAML has
13 been built and is available, by default, alongside the location where this
14 archive is unpacked:
15
16         /opensaml/
17         /shibboleth/
18
19 You can choose which, if any, web server modules to build, in case you don't
20 need or want one or more of them.
21
22 To build the MySQL cache plugin, a fairly customized build of MySQL is required,
23 which we haven't fully documented. At a minimum, you must build from source using
24 the MySQL Visual C++ workspace, the projects must all be modified to use the
25 DLL C/C++ runtime, and the USE_TLS macro must be defined for the projects.
26
27 For more information about Windows builds, please read the OpenSAML
28 INSTALL-WIN32.txt file.