summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 035ef45..e6762e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,6 @@ authors = ["Yuval Adam <_@yuv.al>"]
edition = "2018"
description = "Low-level Rust bindings for BCH encoding/decoding library, based on the bch_codec fork"
license = "GPL-2.0"
-license-file = "LICENSE.md"
repository = "https://github.com/yuvadm/bchlib-sys"
[build-dependencies]
diff --git a/README.md b/README.md
index a78c041..1325e75 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ $ cargo build
$ cargo test
```
+Note that due to usage of `bindgen` you will need `clang` to be installed on your system.
+
## License
[GPLv2](LICENSE.md)