upload source
[external/xmlsec1.git] / docs / download.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>XML Security Library: Download</title>
5 </head>
6 <body><table witdh="100%" valign="top"><tr valign="top">
7 <td valign="top" align="left" width="210">
8 <img src="images/logo.gif" alt="XML Security Library" border="0"><p></p>
9 <ul>
10 <li><a href="index.html">Home</a></li>
11 <li><a href="download.html">Download</a></li>
12 <li><a href="news.html">News</a></li>
13 <li><a href="documentation.html">Documentation</a></li>
14 <ul>
15 <li><a href="faq.html">FAQ</a></li>
16 <li><a href="api/xmlsec-notes.html">Tutorial</a></li>
17 <li><a href="api/xmlsec-reference.html">API reference</a></li>
18 <li><a href="api/xmlsec-examples.html">Examples</a></li>
19 </ul>
20 <li><a href="xmldsig.html">XML Digital Signature</a></li>
21 <ul><li><a href="http://www.aleksey.com/xmlsec/xmldsig-verifier.html">Online Verifier</a></li></ul>
22 <li><a href="xmlenc.html">XML Encryption</a></li>
23 <li><a href="c14n.html">XML Canonicalization</a></li>
24 <li><a href="bugs.html">Reporting Bugs</a></li>
25 <li><a href="http://www.aleksey.com/pipermail/xmlsec">Mailing list</a></li>
26 <li><a href="related.html">Related</a></li>
27 <li><a href="authors.html">Authors</a></li>
28 </ul>
29 <table width="100%">
30 <tr>
31 <td width="15"></td>
32 <td><a href="http://xmlsoft.org/"><img src="images/libxml2-logo.png" alt="LibXML2" border="0"></a></td>
33 </tr>
34 <tr>
35 <td width="15"></td>
36 <td><a href="http://xmlsoft.org/XSLT"><img src="images/libxslt-logo.png" alt="LibXSLT" border="0"></a></td>
37 </tr>
38 <tr>
39 <td width="15"></td>
40 <td><a href="http://www.openssl.org/"><img src="images/openssl-logo.png" alt="OpenSSL" border="0"></a></td>
41 </tr>
42 <!--Links - start--><!--Links - end-->
43 </table>
44 </td>
45 <td valign="top"><table width="100%" valign="top"><tr><td valign="top" align="left" id="xmlsecContent">
46 <div align="Center">       
47       <h1>Download</h1>
48       </div>
49 <h2>Stable releases.</h2>
50 <p>The latest stable XML Security Library version is <b>1.2.14</b>:</p>
51 <ul>
52 <li>
53         <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.14.tar.gz">Sources 
54         for latest version</a>.
55     </li>
56     <li>
57         <a href="http://www.zlatkovic.com/projects/libxml/index.html">Windows 
58         binaries</a> for XMLSec Library (as well as LibXML2, LibXSLT and OpenSSL)
59         from <a href="mailto:igor@zlatkovic.com">Igor Zlatkovic</a>.
60     </li>
61     <li>XMLSec Library is included as part of Debian GNU/Linux. For more 
62         information see the <a href="http://memebeam.org/toys/DebianXmlsec">coordination page</a>. 
63     </li>
64     <li>XMLSec Library <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/xmlsec/">FreeBSD</a>
65         and <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/security/xmlsec/">OpenBSD</a>
66         ports.  
67     </li>
68 </ul>
69 <p>The <a href="ftp://ftp.aleksey.com/pub/xmlsec/releases/">previous releases</a> are also available.</p>
70 <h2>Requirements</h2>
71 <p>
72     The XML Security Library requires:
73     </p>
74 <ul>
75 <li><a href="http://xmlsoft.org/downloads.html">LibXML</a></li>
76     <li>
77 <a href="http://xmlsoft.org/XSLT/downloads.html">LibXSLT</a> (optional)</li>
78 </ul>
79 <p>and one of the following cryptographic libraries:</p>
80 <ul>
81 <li>
82 <a href="http://www.openssl.org/">OpenSSL</a> version 0.9.8 
83         (it also should work with 0.9.7 and 0.9.6 but some features 
84         would be disabled).
85         </li>
86         <li>
87 <a href="http://www.gnu.org/software/gnutls/">GnuTLS</a>
88         and <a href="http://www.gnu.org/directory/security/libgcrypt.html">Libgcrypt</a> - 
89         GNU SSL and cryptographic libraries.
90         </li>
91         <li>
92 <a href="http://www.mozilla.org/projects/security/pki/nss/">NSS</a> -
93         Mozilla cryptographic library.
94         </li>
95     </ul>
96 <h2>Installation (source archive)</h2>
97 <p>
98       All steps are usual:<br></p>
99 <blockquote>
100 <code>gunzip -c xmlsec1-xxx.tar.gz | tar xvf -</code><br><code>cd xmlsec1-xxxx</code><br><code>./configure --help</code><br><code>./configure [possible options] </code><br><code>make</code><br><code>make install</code><br><code>make check</code>
101 </blockquote>
102 <p>
103        The last step is optional and requires Internet connection to execute
104        some tests.<br></p>
105 <h2>GIT</h2>
106 <p>XML Security Library is available from the 
107 <a href="http://live.gnome.org/Git/Developers">Gnome GIT</a>
108 (the module name is <b>xmlsec</b>). The online XMLSec 
109 <a href="http://git.gnome.org/cgit/xmlsec">source browser</a>
110 is also available.
111 </p>
112 </td></tr></table></td>
113 </tr></table></body>
114 </html>