Add dependence

This commit is contained in:
oufme 2024-05-21 09:42:28 -07:00
parent 8bb162afde
commit ce8e422ff2

View File

@ -65,5 +65,10 @@ sys 0m0.133s
## dependence ## dependence
* sh * sh
* tar * tar
* sed
* grep
* chmod
* readlink
* ldd (only needed for packing, not needed for executing or unpacking)
Note: If your tar doesn't support gzip, '-n' is needed when you pack a program. Note: If your tar doesn't support gzip, '-n' is needed when you pack a program.