-
you can install libmad, libpng, and zlib, by make, make install
P.S. I've got a surprise thing coming for this setup that will greatly help everyone. As soon as I can get some help. I posted about it.
-
Yea but where do I download it and in wich folder do I put it in, explain please?
-
DL it from svn.pspdev.org. Put it somewhere, then cd to it, and type make, make install. You need to install Subversion. Google the windows client.
-
It dosent install, is saids it not a command
-
http://subversion.tigris.org/files/d....3.1-setup.exe
Then you can launch cmd and type
svn checkout svn://svn.pspdev.org/psp/trunk/libpng
to check out libpng. You can browse the svn by going to svn.pspdev.org in your browser.
Hope that helps
-
when I checkout the toolchain or libpng, I type make and works but when I type MAKE INSTALL it saids (ERROR the syntax of the command is incorrect)
I always seem to have a problem, please help
-
what do you mean it says error? Place the lib folder into your pspdev folder. Then go open your .bat file. then cd to your lib folder. type make. after it finishes type make install.
-
Yea thats extacly what I do and works but when I type MAKE INSTALL it saids
(installing lib/ into C:/pspdev/psp, THE SYNTAX OF THE COMMNAD IS INCORRECT MAKE: *** [INSTALL] ERROR 1)
OK now it does not say this, but where do the libmad and libpng files install to? cause i dont see them anywhere
-
I think they go to C:/pspdev/psp/lib, and C:/pspdev/psp/include.
I don't remember now, I will have to look it up. But you don't have to see them, I have tested this setup with those libs and it works. I was able to compile lesson 4 of yeldarbs tuts that uses both libpng, and zlib.
-
yea me too but I was trying lesson 6 and cant get libmad to install, can you look into it and see if its possible to install it. Please