README.md
This commit is contained in:
parent
35e6e15038
commit
f2d0a93545
20
README.md
20
README.md
|
@ -1,3 +1,21 @@
|
|||
# packelf-appimage
|
||||
|
||||
Pack elf binary and it's dependencies into standalone executable using appimagetool
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user