zzlib read write support

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

zzlib read write support

Post by coolkehon »

can someone update zzlib to have read write support or has it been updated and how could i do something like this myself
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Zziplib doesn't support writing ZIP files. You might consider libzip instead; it is less transparent but more flexible. Check their respective homepages for more info.
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

is there a port to the psp and where can i find it for mingw and the psp
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Not that I'm aware but I expect porting it shouldn't be too hard.
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

how do you port a library anyway
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Unless it's got embedded assembly or something similar, you just configure it for psp instead of x86 and then make like normal. You'll find threads on "converting" libs here, like the post I made on "converting" libflac. Use the Search, Luke!
Post Reply