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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,6 @@ Minimal changes to libducohash
3
3
4
4
Fixed compile time error.
5
5
Contains a warning suppression, which is fixed in the [other version](https://github.com/profpandaa/libducohash).
6
+
7
+
# How to compile
8
+
Run `cargo build --release` in the directory of the repository and get the binary from `target/release`. The binary is only compatible for the platform you compile it on. For cross-compilation check out the [cross project](https://github.com/cross-rs/cross).
0 commit comments