Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
/ deltachat-fp Public archive

Free Pascal bindings for Delta Chat

License

GPL-3.0, MPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE-GPLv3
MPL-2.0
LICENSE-MPL
Notifications You must be signed in to change notification settings

deltachat/deltachat-fp

Repository files navigation

Free Pascal bindings for Delta Chat and Lazarus Delta Chat client

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.

License

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.