diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 10e581f..674594f 100644 --- a/README.adoc +++ b/README.adoc @@ -33,6 +33,8 @@ Runtime dependencies: libcrypto (OpenSSL 1.1 API) $ cd builddir $ ninja +Go +~~ In addition to the C++ version, also included is a native Go port, which has enhanced PDF 1.5 support: @@ -56,6 +58,15 @@ Type=^PDF Open=%cd %p/extfs-pdf:// ---- +Lua PDF generator +~~~~~~~~~~~~~~~~~ +Build dependencies: Meson, a C++17 compiler, pkg-config + +Runtime dependencies: C++ Lua >= 5.3 (custom Meson wrap fallback), + cairo >= 1.15.4, pangocairo, libqrencode + +This is a parasitic subproject located in the _lpg_ subdirectory. +It will generate its own documentation. + Contributing and Support ------------------------ Use https://git.janouch.name/p/pdf-simple-sign to report bugs, request features, |