This folder holds some files to compile the (static) third-party C libraries used by the mORMot Open Source framework, version 2.
This source code is included as reference. Please don't try to compile the static files by yourself, but download them from the latest https://github.com/synopse/mORMot2/releases or https://synopse.info/files/mormot2static.7z - we won't support your self-compiled version!
Each sub-folder contains the compilation scripts of the static libraries, and the patched source:
libsqlite3
forSQlite3
engine, with encryption support and most extensions included;libdeflate
for fast in-memoryzlib
/deflate
compression;liblizard
for theLZ5
/Lizard
compression library;libquickjs
for theQuickJS
JavaScript interpreter;libspidermonkey
for theSpiderMonkey
JavaScript Engine.
Please follow the license terms of each third-party library.
In addition:
- Our patches follow the third-party libraries terms;
- Our own compilation scripts are published as GPL v3.