Page 3 of 13 FirstFirst 1234567 ... LastLast
Results 21 to 30 of 125

Thread: [Tutorial]The Quick + Easy Way To Start Developing in C/C++!!

                  
   
  1. #21
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    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.

  2. #22
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    Yea but where do I download it and in wich folder do I put it in, explain please?

  3. #23
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    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.

  4. #24
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    It dosent install, is saids it not a command

  5. #25
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    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

  6. #26
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    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

  7. #27
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    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.

  8. #28
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    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

  9. #29
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    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.

  10. #30
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    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

Page 3 of 13 FirstFirst 1234567 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •