Skip to content

Commit d24c9bd

Browse files
authored
Add pointers to CMakeLIst.txt
1 parent c882d22 commit d24c9bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

INSTALL

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Compilation
22

33
1. How to compile XMLSec?
4+
45
As most UNIX libraries XMLSec follows the "standard":
56

67
gunzip -c xmlsec-xxx.tar.gz | tar xvf -
@@ -19,6 +20,14 @@ that the library is compiled successfully by running
1920

2021
make check
2122

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+
2231
2.What other libraries are needed to compile/install XMLSec?
2332
XMLSec requires following libraries:
2433

0 commit comments

Comments
 (0)