android_mt6572_jiabo/external/unrar/README-Android
2025-09-05 16:56:03 +08:00

16 lines
359 B
Text

UnRAR for Android
Source: http://www.rarlab.com/rar_add.htm
The Android port of UnRAR remove exception handling, unicode, volume and crypt support.
They are immortalized in Android.patch to ease future upgraded.
This file can be regenerated using:
diff -crB orig src > Android.patch
Patch the source with the follow command:
patch -p0 < Android.patch