Index: trunk/doc/user/07_io/io_easyeda/index.html =================================================================== --- trunk/doc/user/07_io/io_easyeda/index.html (revision 10717) +++ trunk/doc/user/07_io/io_easyeda/index.html (revision 10718) @@ -178,3 +178,22 @@ symbol files within the same zip. The sheet file makes sense only together with the symbols, thus the whole (unpacked) zip is required. +

How unzipping works

+

+I decided not to introduce a libzip dependency, rather just call unzip as +an external utility. Any zip implementation can be used as long as it +provides two functionality: +

+

+For example on Debian-like systems the packgae unzip can do these. +

+The actual command lines for these two functions are configured, see +config nodes plugins/easyeda/zip_extract_cmd and +plugins/easyeda/zip_list_cmd; %s is substituted with the full path +of the zip file and CWD is set before calling the extract command. +

+This is a weak dependency: any of these is required only if pro files are to +be open.