How to install pspgl?

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

Moderators: cheriff, TyRaNiD

Post Reply
drcd
Posts: 22
Joined: Sun Dec 04, 2005 6:58 am

How to install pspgl?

Post by drcd »

Hi everyone,
Well the question is the subject itself lol. I'm a noob in psp homebrew dev
and in unix ,too.
Inside my pspgl directory i've got all my .c, all my .obj and 3 .a:
libGL.a
libGLU.a
libglut.a

some .h and others directories.
And i don't know how to install pspgl on cygwin.
Can someone explain me how to install it?
Thx
patpsp
Posts: 31
Joined: Tue Oct 25, 2005 5:24 pm

Post by patpsp »

did you use a toolchain ?

if so, just "make install"
drcd
Posts: 22
Joined: Sun Dec 04, 2005 6:58 am

Post by drcd »

yes sorry i forgot to write it.
I'm sure that's easy to do but this the first time i use unix.
drcd
Posts: 22
Joined: Sun Dec 04, 2005 6:58 am

Post by drcd »

Nobody can help me?
i don't think so.
jsgf
Posts: 254
Joined: Tue Jul 12, 2005 11:02 am
Contact:

Post by jsgf »

Sorry, but I don't understand what you're asking. Did you do "make install"? What happened when you did that? Did it appear to work? Or did it print an error message? If so, what message?

Or did you try to compile some code using pspgl? What happened when you did that?
drcd
Posts: 22
Joined: Sun Dec 04, 2005 6:58 am

Post by drcd »

jsgf thx
I didn't make install i thought that i had to make "export PSPMOUNTDIR=..."
"export PSP_REVISION=1.50" and the 2 make that appears in the readme.
okay thx everyone.
Post Reply