File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ If using this feature from an external project
65
65
tss-esapi-sys = { version = "...", features = "bundled" }
66
66
```
67
67
68
- ## Windows
68
+ ### Windows
69
69
70
70
Compiling for windows requires a bit of setup to work with the bundled feature.
71
71
72
72
* Openssl must be installed to a non-standard location at C:\OpenSSL-v11-Win64
73
73
* Visual studio 2017 must be installed with the Clang/C2 experimental component,
74
74
and windows sdk 10.0.17134.0.
75
75
76
- ## MacOS
76
+ ### MacOS
77
77
78
78
Compiling on MacOS requires the bundling feature. This requires dependencies
79
79
from brew.
@@ -88,6 +88,12 @@ Optionally you may require these libraries for certain classes of TPM transport
88
88
brew install libftdi
89
89
```
90
90
91
+ ### OpenSUSE / SUSE
92
+
93
+ ```
94
+ sudo zypper in autoconf autoconf-archive automake libjson-c-devel libtool libtpms-devel gawk make
95
+ ```
96
+
91
97
## Cross compiling
92
98
93
99
Cross-compilation can be done as long as you have on your build system the TSS
You can’t perform that action at this time.
0 commit comments