Skip to content

Commit 3d248ac

Browse files
committed
Add some more package notes
1 parent bc20b84 commit 3d248ac

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tss-esapi-sys/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ If using this feature from an external project
6565
tss-esapi-sys = { version = "...", features = "bundled" }
6666
```
6767

68-
## Windows
68+
### Windows
6969

7070
Compiling 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,
7474
and windows sdk 10.0.17134.0.
7575

76-
## MacOS
76+
### MacOS
7777

7878
Compiling on MacOS requires the bundling feature. This requires dependencies
7979
from brew.
@@ -88,6 +88,12 @@ Optionally you may require these libraries for certain classes of TPM transport
8888
brew 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

9399
Cross-compilation can be done as long as you have on your build system the TSS

0 commit comments

Comments
 (0)