This directory contains copies of the unzip executables and of the files they were obtained from. "unzip-3XX" is for the older PocketBook 30X and 360 models. "unzip-pro-360+" is for the newer PocketBook Pro and 360+ models. These versions of unzip come from the following places: For Pro and 360+ devices: The "unzip-pro-360+" file was extracted from the Debian unzip_6.0-4_armel.deb package. The package is available on this site, as well as from any official Debian repository. For 30X,360 devices: The "unzip-3XX" file was compiled from the unzip60.tar.xz source package using the arm-linux cross-compiler tools provided by the PocketBook SDKs. The unix/Makefile file was modified as described by the following patch: # diff Makefile.orig Makefile 45c45 < CC = cc# try using "gcc" target rather than changing this (CC and LD --- > CC = arm-linux-gcc 47c47 < AS = as --- > AS = arm-linux-as