0

So I have a binary that links to system library files (.so) (for ex, ones under /usr, and ones under /opt)

when generating an AppImage, I was copying the whole /usr into the AppDir and updating LD_LIBRARY_PATH but I doubt that this is the right way of doing it.

is there a tutorial about how to do this right? Can anyone give some directional guide?

Brandon Lee
  • 695
  • 1
  • 10
  • 22

1 Answers1

0

There are several ways of making an AppImage. The one you're using is one of them. There are tools that ease the packaging process for you. I would recommend you using appimage-builder.

You can find the documentation at: https://appimage-builder.readthedocs.io/ For more information in general about AppImages go to: https://docs.appimage.org/

Alexis
  • 591
  • 2
  • 8