docs: add readme with ffigen command for compiler options

This commit is contained in:
Aleksey Kulikov 2021-09-17 21:50:00 +03:00
parent 2fd43f3efe
commit 677457279d
3 changed files with 9 additions and 6 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
## Development
To generate bindings with ffigen use (adjust paths to yours):
```bash
dart run ffigen --compiler-opts "-I/path/to/libgit2dart/libgit2/headers/ -I/lib64/clang/12.0.1/include"
```