Commit 02e8ef6fd939e9df9dffc8511f5eb7e11ee6992b

Authored by Jay Berkenbilt
1 parent e9390aea

TODO note about linux binary distribution runpath

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