1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
deltachat-core/libs
Floris Bruynooghe 8d59e5b701 Make libbz2 a proper dependency
This makes sure that at meson/configure time the build will fail
with an error saying the library can't be found.  This is much
better then a mysterious link error right at the end of the
compilation.
2018-01-02 14:47:31 +01:00
..
libetpan Fix handling of return value of mailprivacy_new_file_part() in libEtPan. 2017-05-10 15:55:29 +02:00
netpgp Make libbz2 a proper dependency 2018-01-02 14:47:31 +01:00
sqlite Update sqlite from 3.18.0 to 3.19.3. 2017-07-28 18:03:55 +02:00
README.md Fix handling of return value of mailprivacy_new_file_part() in libEtPan. 2017-05-10 15:55:29 +02:00

This directory contains some libraries needed by the Delta Chat core library.

While it is also possible, to use the corresponding system libraries, it may be easier on some OS to use the source from here which compiles fine under "normal" circumstances.

Moreover, using the libraries from this directory may make fixing errors easier (as we use the same code under different Delta Chat implementations). The disadvantage to the system libraries may be that the system may react faster on security fixes than Delta Chat - I think this is true only for Linux. For the same reason, packages using non-sytem libraries may be rejected from some Linux repositories.

Moreover, we've fixed some bugs here and there; these lines are marked by EDIT BY MR then (as soon as we find the time, we should check if such changes could form a pull request to the used library).