Farewell, pig.
[shibboleth/sp.git] / doc / INSTALL-WIN32.txt
1 11/15/04
2 Version 1.2.1, shib Library version "5", shibtarget Library Version "4"
3
4 This release works with SAML library version "4".
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.
13
14 You'll need to indicate to the compiler where the OpenSAML include and
15 library files are. Using the global directory settings is the easiest way.
16
17 You can choose which, if any, web server modules to build, in case you don't
18 need or want one or more of them.
19
20 To build the MySQL cache plugin, a fairly customized build of MySQL is required,
21 which we haven't fully documented. At a minimum, you must build from source using
22 the MySQL Visual C++ workspace, the projects must all be modified to use the
23 DLL C/C++ runtime, and the USE_TLS macro must be defined for the projects. If you
24 need specifics, ask for help.
25
26 For more information about Windows builds, please read the OpenSAML
27 INSTALL-WIN32.txt file.