Added Win32 Install file.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 9 Jul 2003 21:51:35 +0000 (21:51 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 9 Jul 2003 21:51:35 +0000 (21:51 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@627 cb58f699-b61c-0410-a6fe-9272a202ed29

doc/INSTALL-WIN32.txt [new file with mode: 0644]
doc/Makefile.am

diff --git a/doc/INSTALL-WIN32.txt b/doc/INSTALL-WIN32.txt
new file mode 100644 (file)
index 0000000..9fd29ab
--- /dev/null
@@ -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.
index c6b1a55..51ae730 100644 (file)
@@ -4,6 +4,7 @@ pkgdocdir = $(prefix)/doc/@PACKAGE@
 pkgdoc_DATA = \
        CREDITS.txt \
        INSTALL.txt \
+       INSTALL-WIN32.txt \
        LICENSE.txt \
        NEWS.txt \
        README.txt \