From 639434b24fb5eeb92a062c7e7553807244b373be Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 9 Jul 2003 21:51:35 +0000 Subject: [PATCH] Added Win32 Install file. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@627 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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