From 60bd665e74cfeeaf70882173a0dd56c883e2014a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 12 Mar 2021 03:55:34 +0100 Subject: Added to git tree --- patches/unzip/README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 patches/unzip/README (limited to 'patches/unzip/README') diff --git a/patches/unzip/README b/patches/unzip/README new file mode 100644 index 0000000..03c08f6 --- /dev/null +++ b/patches/unzip/README @@ -0,0 +1,30 @@ +You can use patch in two modes: + standard: The unzip will be dynamically linked with librcc (In that case + some problems with building OpenOffice from sources may arise) + + lazy: In this case the librcc will be dynamically loaded (with help of + dlopen, dlsym) during execution. + + +Usage +===== +1. Apply patches: unzip-*-ds-rusxmms.patch, unzip-ds-unixenc.patch +2. In the root of `unzip` source tree run either `update_shared` for standard +mode or `update_lazy` for lazy mode. + + +Configuration +============= + - The patch uses "zip" configuration of RCC. This means settings could be + altered using "rcc-gtk2-config zip". + - ZIP OEM / ZIP ISO / Output - encodings are important for patch. + + +Build +===== + On Unix, call following command to get list of possible targets: + make -f unix/Makefile list + and then just build with: + make -f unix/Makefile + for example: + make -f unix/Makefile linux_noasm -- cgit v1.2.3