aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2025-01-08 10:54:40 +0100
committerPřemysl Eric Janouch <p@janouch.name>2025-01-11 09:57:59 +0100
commit7aa1e5dd3d80e2664eac7eb0a409829e9785a521 (patch)
treec986a85bce91de498c7470a87da209700dc081ff /README.adoc
parent9319d14566e5d1bfec617c479b8543a9ee3ad4ea (diff)
downloadpdf-simple-sign-7aa1e5dd3d80e2664eac7eb0a409829e9785a521.tar.gz
pdf-simple-sign-7aa1e5dd3d80e2664eac7eb0a409829e9785a521.tar.xz
pdf-simple-sign-7aa1e5dd3d80e2664eac7eb0a409829e9785a521.zip
WIP: Add a Lua PDF generatorlpg-libqr
Because Lua compiled for C++ might be hard to find, provide a wrap. Only GitHub releases seem to contain onelua.c, which is a very handy file. WIP: Add documentation, actually get rid of the libqr copy.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 10e581f..4d738ba 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.2 (custom Meson wrap fallback), cairo, pangocairo
+
+This is a parasitic subproject located in the _lpg_ subdirectory.
+
Contributing and Support
------------------------
Use https://git.janouch.name/p/pdf-simple-sign to report bugs, request features,