packelf-appimage/README.md

22 lines
439 B
Markdown
Raw Normal View History

2024-06-23 19:07:11 +02:00
# packelf-appimage
2024-06-23 19:16:48 +02:00
Pack elf binary and it's dependencies into standalone executable using appimagetool.
`packelf-appimage` was inspired by https://github.com/oufm/packelf.
## usage
```
Usage: ./packelf-appimage.sh <ELF_SRC_PATH> <ELF_DST_PATH>
```
## dependence
* sh
* tar
* sed
* grep
* chmod
* appimagetool (https://github.com/AppImage/appimagetool/releases)
* ldd (only needed for packing, not needed for executing or unpacking)