To build, compile https://github.com/deltachat/deltachat-core-rust/
with cargo build --release
and copy target/release/libdeltachat.a
to the root of this repository.
To build the client, run lazbuild deltachat.lpr
. Then run deltachat
binary and point it to the database file.
Bindings (hDeltachat.pp
) are released under the terms of
deltachat-core-rust, that is Mozilla Pubilc License 2.0.
Lazarus client is released under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.