| View previous topic :: View next topic |
| Author |
Message |
GenericBum
Joined: 07 Jan 2006 Posts: 17
|
Posted: Mon Jan 23, 2006 1:47 pm Post subject: Makefile for PSP port of zlib |
|
|
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 |
|
| Back to top |
|
 |
CaseyB
Joined: 23 Jan 2006 Posts: 15
|
Posted: Mon Jan 23, 2006 2:04 pm Post subject: |
|
|
if you check it out of the SVN repository it comes with a make file
| Code: |
svn checkout svn://svn.pspdev.org/psp/trunk/zlib
|
|
|
| Back to top |
|
 |
GenericBum
Joined: 07 Jan 2006 Posts: 17
|
Posted: Mon Jan 23, 2006 2:14 pm Post subject: |
|
|
Interesting, I didn't realize there was another branch of zlib under "trunk". i got my version from:
| Code: |
svn checkout svn://svn.pspdev.org/psp/vendor/zlib
|
It appears that maybe the "vendor" branch only contains the original code?
GenericBum |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Mon Jan 23, 2006 2:23 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
GenericBum
Joined: 07 Jan 2006 Posts: 17
|
Posted: Mon Jan 23, 2006 2:27 pm Post subject: |
|
|
Good deal. I'll know from now on.
GenericBum |
|
| Back to top |
|
 |
|