README.md
This commit is contained in:
parent
58cc4cd1c6
commit
dda345a947
16
README.md
16
README.md
|
@ -25,14 +25,26 @@ You can extract the files of a created package without executing it with the fol
|
|||
|
||||
## Usage Extra Tools:
|
||||
|
||||
```
|
||||
```
|
||||
Usage: ./packelf-copylibs.sh <ELF_SRC_PATH> <PATH_TO_COPY_LIBRARIES>
|
||||
```
|
||||
|
||||
```
|
||||
Example:
|
||||
|
||||
```
|
||||
# ./packelf-copylibs.sh /usr/bin/mpv /opt/mpv-libs/
|
||||
```
|
||||
|
||||
```
|
||||
Usage: ./packelf-folder.sh <FOLDER> <FILENAME> <EXECUTABLE_RUN>
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
# ./packelf-folder.sh /opt/mpv-package mpv-x86_64.AppRun AppRun
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
* sh
|
||||
* tar
|
||||
|
|
Loading…
Reference in New Issue
Block a user