summaryrefslogtreecommitdiff
path: root/docs/download.html
blob: b942d8b11fd83871b0d15ea5b27aa4df24bc5527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>XML Security Library: Download</title>
</head>
  <body>
 
<table width="100%">
   <tbody>
     <tr>

    <!-- top navigation menu start -->     
    <td valign="Top" align="Left" width="210">
	<img src="logo.gif" alt="XML Security Library" width="200" height="100">
        <p></p>
        <ul>
	    <li><a href="index.html">Home</a></li>
 	    <li><a href="download.html">Download</a></li>
 	    <li><a href="news.html">News</a></li>
	    <li><a href="documentation.html">Documentation</a></li>
	    <li><a href="faq.html">FAQ</a></li>
 	    <li><a href="xmldsig.html">XML Digital Signature</a></li>
    	    <ul>
 		<li><a href="xmldsig-interop.html">Interop report</a></li>
 		<li><a href="xmldsig-verifier.html">Online Verifier</a></li>	
    	    </ul>
 	    <li><a href="xmlenc.html">XML Encryption</a></li>     	
    	    <ul>
		<li><a href="xmlenc-interop.html">Interop report</a></li>
    	    </ul>
	    <li><a href="c14n.html">XML Canonicalization</a></li>
 	    <li><a href="bugs.html">Reporting Bugs</a></li>
            <li><a href="http://www.aleksey.com/pipermail/xmlsec">Mailing list</a></li>
	</ul>
      	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://xmlsoft.org/"><img src="libxml2-logo.png" border="0" alt="LibXML2"></a><br>
 	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://xmlsoft.org/XSLT/"><img src="libxslt-logo.png" border="0" alt="LibXSLT"></a><br>
 	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.openssl.org/"><img src="openssl-logo.png" border="0" alt="OpenSSL"></a><br>
    </td>
    <!-- top navigation menu end -->
     
    <td valign="Top" align="Left">
       
      <div align="Center">       
      <h2>Download</h2>

       
      <div align="Left">The latest XML Security Library version is <b>0.0.12</b>:
      <br>
       
      <ul>
        <li><a href="download/xmlsec-0.0.12.tar.gz">Sources</a>
	(<a href="ftp://ftp.xmlsoft.org/xmlsec/releases">XMLSoft.org</a> and 
 	<a href="ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases">RPMFind.net</a> mirrors).
        </li>
        <li>Red Hat RPM 
	<a href="http://rpmfind.net/linux/rpm2html/search.php?query=xmlsec">xmlsec</a> 
	and <a href="http://rpmfind.net/linux/rpm2html/search.php?query=xmlsec-devel">xmlsec-devel</a>
	packages (compiled with OpenSSL 0.9.6 because there are no OpenSSL 0.9.7 RPM yet; 
	have incomplete XML Encryption functionality).
	</li>
    	<li><a href="http://www.zlatkovic.com/projects/libxml/index.html">Windows 
	binaries</a> for XMLSec library (as well as LibXML2, LibXSLT and OpenSSL)
	from <a href="mailto:igor@zlatkovic.com">Igor Zlatkovic</a>.
	</li>
	<li>Un-official XMLSec 
	<a href="http://memebeam.org/john/tests/libxmlsec/">Debian packages</a> 
	from <a href="mailto:jvb@prairienet.org">John Belmonte</a>.
	</li>
      </ul>
    The <a href="ftp://ftp.aleksey.com/pub/xmlsec/snapshots/">daily snapshots</a>
    and <a href="ftp://ftp.aleksey.com/pub/xmlsec/releases/">previous versions</a>
    are also available.        

    <p><b>ATTENTION</b><br>
    I am doing some 
    <a href="http://www.aleksey.com/pipermail/xmlsec/2002/000305.html">major
    code refactoring</a> these days. The snapshot builds most likely are 
    broken. Please, use <b>0.0.12</b> version instead.<br>
    If you want to use sources from GNOME CVS <b>do not</b> check out the tip.
    It is broken and most likely does not compile. The stable 0.0.12+ branch
    is <b>XMLSEC_0_0_X_BRANCH</b>.
        

      <p>     <b>Requirements</b><br>
       <br>
 The XML Security Library requires <br>
       </p>
      <ul>
         <li><a href="http://xmlsoft.org/downloads.html">LibXML version 2.4.24</a>
 or geater</li>
         <li><a href="http://xmlsoft.org/XSLT/downloads.html">LibXSLT 1.0.20</a>
 or greater (optional)</li>
         <li><a href="ftp://ftp.openssl.org/snapshot/">OpenSSL version 0.9.7</a>
 (prefered) or           <a href="http://www.openssl.org/source/openssl-0.9.6c.tar.gz">
OpenSSL version 0.9.6c</a>
         </li>
       
      </ul>
     
      <p>     <b>Installation (source archive)</b><br>
       <br>
 All steps are usual:<br>
       </p>
      <blockquote><code>gunzip -c xmlsec-xxx.tar.gz | tar xvf -</code><br>
         <code>cd xmlsec-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></blockquote>
       The last step is optional and requires Internet connection to execute
  some  tests.<br>
         <br>
        <b>CVS</b><br>
        <p>XML Security Library is also available from the <a href="http://developer.gnome.org/tools/cvs.html">
Gnome CVS</a>
 (the module name is <b>xmlsec</b>). The online source browser: <a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=xmlsec">
Gnome     CVS base</a>
.&nbsp;</p>
         </div>
         </div>
      
        <p>     <a href="bugs.html">Aleksey Sanin</a>
         </p>
        </td>
       </tr>
     
    </tbody>   
  </table>
   
  </body>
  </html>