You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tss-esapi-sys/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,17 @@ available, feel free to raise a Pull Request to add it or to use build-time
41
41
generation of bindings. All the committed bindings **MUST** be generated from
42
42
the library version found under the `vendor` submodule.
43
43
44
+
## Bundled feature
45
+
46
+
There is a feature called bundled which downloads tpm2-tss source from github and compiles it using visual studio. It will usually be paired with the generate-bindings feature.
47
+
48
+
# Windows
49
+
50
+
Compiling for windows requires a bit of setup to work with the bundled feature.
51
+
52
+
* Openssl must be installed to a non-standard location at C:\OpenSSL-v11-Win64
53
+
* Visual studio 2017 must be installed with the Clang/C2 experimental component, and windows sdk 10.0.17134.0.
54
+
44
55
## Cross compiling
45
56
46
57
Cross-compilation can be done as long as you have on your build system the TSS
0 commit comments