We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c882d22 commit d24c9bdCopy full SHA for d24c9bd
INSTALL
@@ -1,6 +1,7 @@
1
Compilation
2
3
1. How to compile XMLSec?
4
+
5
As most UNIX libraries XMLSec follows the "standard":
6
7
gunzip -c xmlsec-xxx.tar.gz | tar xvf -
@@ -19,6 +20,14 @@ that the library is compiled successfully by running
19
20
21
make check
22
23
+Alternatively there are several community maintained ports to CMake
24
+build system:
25
26
+* https://github.com/vmiklos/odfsig/tree/master/extern/xmlsec
27
28
+* https://github.com/microsoft/vcpkg/tree/master/ports/xmlsec
29
30
31
2.What other libraries are needed to compile/install XMLSec?
32
XMLSec requires following libraries:
33
0 commit comments