From: cantor Date: Wed, 9 Jul 2003 21:51:35 +0000 (+0000) Subject: Added Win32 Install file. X-Git-Tag: 2.4~2233 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=639434b24fb5eeb92a062c7e7553807244b373be Added Win32 Install file. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@627 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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 \