deltachat / go-deltachat

Go bindings for the deltachat C FFI
Other
7 stars 0 forks source link

Remove deltachat.a binary from the repository #1

Open link2xt opened 3 years ago

link2xt commented 3 years ago

Instead, require that Rust is installed and compile the library like it is done in https://github.com/BurntSushi/rure-go rure binds to C bindings of the Rust library, same as go-deltachat does, so their approach can be copied here.

link2xt commented 3 years ago

Now that core has a cmake config I think it's better to require that user installs deltachat library. It's easier for everyone, especially if you want to modify the core.