diff --git a/ffi/cs/readme.md b/ffi/cs/readme.md new file mode 100644 index 0000000..e5f2785 --- /dev/null +++ b/ffi/cs/readme.md @@ -0,0 +1,11 @@ +# C# binding of mcl library + +# How to build `bin/mclbn384_256.dll`. + +``` +git clone https://github.com/herumi/mcl +cd mcl +mklib dll +``` + +Open `ffi/cs/mcl.sln` and Set the directory of `mcl/bin` to `workingDirectory` at `Debug` of test project.