Support build on Windows (#420)
* Document pkg-config dependency * Document dependencies on Windows * Support build on Windows
... | ... | @@ -8,8 +8,8 @@ autobenches = false |
[features] | ||
repl = ["rustyline"] | ||
decode_test = ["bindgen"] | ||
comparative_bench = [] | ||
decode_test = ["bindgen"] | ||
[dependencies] | ||
bitstream-io = "0.6" | ||
... | ... | @@ -22,9 +22,10 @@ enum-iterator-derive = "0.1.1" |
backtrace = "0.3" | ||
[build-dependencies] | ||
cc = "1" | ||
cmake = "0.1.29" | ||
pkg-config = "0.3.9" | ||
cmake = "0.1.32" | ||
[target.'cfg(unix)'.build-dependencies] | ||
pkg-config = "0.3.12" | ||
bindgen = { version = "0.37", optional = true } | ||
[dev-dependencies] | ||
... | ... |
build.rs
100644 → 100755
Please register or sign in to comment