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
Makefile for PSP port of zlib
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
-
- Posts: 17
- Joined: Sat Jan 07, 2006 9:50 am
Interesting, I didn't realize there was another branch of zlib under "trunk". i got my version from:
It appears that maybe the "vendor" branch only contains the original code?
GenericBum
Code: Select all
svn checkout svn://svn.pspdev.org/psp/vendor/zlib
GenericBum
Yeah, we follow the method recommended in the Subversion book: Vendor BranchesGenericBum wrote:It appears that maybe the "vendor" branch only contains the original code?
-
- Posts: 17
- Joined: Sat Jan 07, 2006 9:50 am