Download
Stable release.
The latest stable XML Security Library version is 0.0.14:
The previous versions
are also available.
Development release.
The latest development XML Security Library version is 0.1.1:
The daily snapshots
are also available.
The development release and daily snapshots are not promised to be
stable or even compile. API or ABI can change at any time without any
notice.
GNOME CVS
XML Security Library is available from the
Gnome CVS
(the module name is xmlsec, stable branch is
XMLSEC_0_0_X_BRANCH). The online source browser:
Gnome CVS base
Requirements
The XML Security Library requires:
Installation (source archive)
All steps are usual:
gunzip -c xmlsec-xxx.tar.gz | tar xvf -
cd xmlsec-xxxx
./configure --help
./configure [possible options]
make
make install
make check
The last step is optional and requires Internet connection to execute
some tests.
|