[C#] add readme.md

update-fork
MITSUNARI Shigeo 4 years ago
parent 58898ff5c7
commit aa9ace2f82
  1. 11
      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.
Loading…
Cancel
Save