2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-07 12:50:52 +00:00

TODO note about linux binary distribution runpath

This commit is contained in:
Jay Berkenbilt 2022-05-08 08:42:50 -04:00
parent e9390aeaaa
commit 02e8ef6fd9

4
TODO
View File

@ -10,6 +10,10 @@ In order:
Other (do in any order):
* Check about runpath in the linux-bin distribution. I think the
appimage build specifically is setting the runpath, which is
actually desirable in this case. Make sure to understand and
document this. Maybe add a check for it in the build.
* See if I can change all output and error messages issued by the
library, when context is available, to have a pipeline rather than a
FILE* or std::ostream. This makes it possible for people to capture