Quote:
Originally Posted by paola
thansk rkomar: but from where do you run your zip command, from your computer? I thought we only had the " unzip.app" application.
|
Yes, it's from my desktop. I got unzip to build fairly easily using the SDK cross-compilers, so I think building zip for PocketBook devices wouldn't be too hard. However, you still need some way to run it on the reader. You could run the unzip/<edit>/zip commands from poterm, but it would be pretty clumsy. Better would be a single program or script that handled the unzip/zip steps automatically, but I can't think of an easy way of having the Pi text editor take over for editing arbitrary unzipped files in between those two stages. Maybe someone else has some good ideas, though, so I put that information out to at least help with one of the stages.
Anyway, I'll see if I can build zip (and libzip) without much effort using the cross-compilers. Who knows what might come from that. libzip will probably be useful for the pbimageviewer program I've been working on.