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
This commit adds cross-compilation to armv7 and aarch64 to the nightly
build. This involves modifications to the way `pkg-config` is used
as described in #204.
Signed-off-by: Ionut Mihalcea <[email protected]>
Copy file name to clipboardexpand all lines: tss-esapi/README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,8 @@ Our end-goal is to achieve a fully Rust-native interface that offers strong safe
24
24
25
25
## Versioning
26
26
27
-
The `tss-esapi` crate is still under development and thus the interface is not stable (despite the version number). As a rule of thumb, all versions marked `alpha` are expected to be short-lived and superseded by a better, more complete interface that relies on breaking changes.
27
+
The `tss-esapi` crate is still under development and thus the interface is not stable (despite the version number). As a rule of thumb, all versions marked `alpha` are expected to be short-lived and superseded by a better, more complete interface that relies on breaking changes.
28
+
29
+
## Cross compiling
30
+
31
+
For more information on cross-compiling the `tss-esapi` crate, please see the README of the `tss-esapi-sys` crate.
0 commit comments