From 1c694fab3424245735d9a3bd19d4b292716c1fdf Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 9 Jul 2003 21:51:35 +0000 Subject: [PATCH] Added Win32 Install file. --- doc/INSTALL-WIN32.txt | 23 +++++++++++++++++++++++ doc/Makefile.am | 1 + 2 files changed, 24 insertions(+) create mode 100644 doc/INSTALL-WIN32.txt diff --git a/doc/INSTALL-WIN32.txt b/doc/INSTALL-WIN32.txt new file mode 100644 index 0000000..9fd29ab --- /dev/null +++ b/doc/INSTALL-WIN32.txt @@ -0,0 +1,23 @@ +7/15/03 +Version 1.0.1, shib Library version "4", shibtarget Library Version "3" + +This release works with SAML library version "3". + +Please read the README.txt and INSTALL.txt files in the same directory +with this file before continuing. More general information is available +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: + + /opensaml/ + /shibboleth/ + +You can choose which, if any, web server modules to build, in case you don't +need or want one or more of them. + +For more information about Windows builds, please read the OpenSAML +INSTALL-WIN32.txt file. diff --git a/doc/Makefile.am b/doc/Makefile.am index c6b1a55..51ae730 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,6 +4,7 @@ pkgdocdir = $(prefix)/doc/@PACKAGE@ pkgdoc_DATA = \ CREDITS.txt \ INSTALL.txt \ + INSTALL-WIN32.txt \ LICENSE.txt \ NEWS.txt \ README.txt \ -- 2.1.4