Makefile for PSP port of zlib

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

Moderators: cheriff, TyRaNiD

Post Reply
GenericBum
Posts: 17
Joined: Sat Jan 07, 2006 9:50 am

Makefile for PSP port of zlib

Post by GenericBum »

I'm fairly new to PSP development, but I have a question about the zlib port for PSP. I had no problem downloading the source, but I couldn't find a suitable Makefile that compiled.

Being new to PSP, it took me about 20 minutes to organize a Makefile to properly build the libz.a.

Is there a Makefile I overlooked? Should I send my Makefile to someone so they can include it for others?

GenericBum
CaseyB
Posts: 15
Joined: Mon Jan 23, 2006 7:28 am

Post by CaseyB »

if you check it out of the SVN repository it comes with a make file

Code: Select all

svn checkout svn://svn.pspdev.org/psp/trunk/zlib
GenericBum
Posts: 17
Joined: Sat Jan 07, 2006 9:50 am

Post by GenericBum »

Interesting, I didn't realize there was another branch of zlib under "trunk". i got my version from:

Code: Select all

svn checkout svn://svn.pspdev.org/psp/vendor/zlib
It appears that maybe the "vendor" branch only contains the original code?

GenericBum
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

GenericBum wrote:It appears that maybe the "vendor" branch only contains the original code?
Yeah, we follow the method recommended in the Subversion book: Vendor Branches
GenericBum
Posts: 17
Joined: Sat Jan 07, 2006 9:50 am

Post by GenericBum »

Good deal. I'll know from now on.

GenericBum
Post Reply