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
6565tss-esapi-sys = { version = "...", features = "bundled" }
6666```
6767
68- ## Windows
68+ ### Windows
6969
7070Compiling for windows requires a bit of setup to work with the bundled feature.
7171
7272* Openssl must be installed to a non-standard location at C:\OpenSSL-v11-Win64
7373* Visual studio 2017 must be installed with the Clang/C2 experimental component,
7474and windows sdk 10.0.17134.0.
7575
76- ## MacOS
76+ ### MacOS
7777
7878Compiling on MacOS requires the bundling feature. This requires dependencies
7979from brew.
@@ -88,6 +88,12 @@ Optionally you may require these libraries for certain classes of TPM transport
8888brew install libftdi
8989```
9090
91+ ### OpenSUSE / SUSE
92+
93+ ```
94+ sudo zypper in autoconf autoconf-archive automake libjson-c-devel libtool libtpms-devel gawk make
95+ ```
96+
9197## Cross compiling
9298
9399Cross-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