# HG changeset patch # User paulb # Date 1209678172 0 # Node ID dfd5e052c72af95b912d11b68ac29045740a0c1f # Parent 10fae68798dd9f5dc8afeeed6506de98c674eb06 [project @ 2008-05-01 21:42:52 by paulb] Added OpenID example/resource dependencies. diff -r 10fae68798dd -r dfd5e052c72a README.txt --- a/README.txt Sun Feb 03 20:00:34 2008 +0000 +++ b/README.txt Thu May 01 21:42:52 2008 +0000 @@ -34,6 +34,22 @@ See the docs/supported-frameworks.html document for more information. +Dependencies +------------ + +WebStack has the following basic dependencies: + +Packages Release Information +-------- ------------------- + +libxml2dom 0.4.3 (for OpenID support) +libxml2 and libxslt Some combinations may not be reliable! + Tested with libxml2 2.6.17 and libxslt 1.1.12 + Tested with libxml2 2.6.27 and libxslt 1.1.20 + libxslt 1.1.17 should be avoided + +If the OpenID support is not used, the above packages need not be installed. + New in WebStack 1.3 (Changes since WebStack 1.2.7) --------------------------------------------------