jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
27 stars 15 forks source link

Mention bindings-dsl in readme #36

Open flip111 opened 5 years ago

flip111 commented 5 years ago

I'm new to FFI. I run this tool, i get a hsc file. I think i can just put it in the hsc2hs tool. But i get an error of a missing bindings.dsl.h file. So from this i conclude that this package is suppose to work together with https://github.com/jwiegley/bindings-dsl

Maybe mention this in the readme. As the step after getting a hsc file is not so obvious on first use.