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:
libsqlite3forSQlite3engine, with encryption support and most extensions included;libdeflatefor fast in-memoryzlib/deflatecompression;liblizardfor theLZ5/Lizardcompression library;libquickjsfor theQuickJSJavaScript interpreter;libspidermonkeyfor theSpiderMonkeyJavaScript Engine;libzlibfor thezlibofficial 1.3.1 revision for the arm-linux/RPi platform.
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.