PSPGL Glut Example Files

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

Moderators: cheriff, TyRaNiD

Post Reply
stinkymeat
Posts: 10
Joined: Tue Oct 18, 2005 6:47 pm

PSPGL Glut Example Files

Post by stinkymeat »

Hi,
I just got PSPGL to compile the test-glut example, however, I am slightly baffled on the result.

Code: Select all

Administrator@suxx0r /usr/local/pspdev/psp/sdk/pspgl/test-glut
$ ls
Makefile  ball1.png  glut-simple  psp-setup.c  simple.c  simple.d  simple.o
As you can see above there are more files than afterwards :)

Before:

Code: Select all

test-glut:
Makefile  ball1.png  psp-setup.c  simple.c
Anyhow, what do I do with the 'simple.o', 'simple.d' and 'glut-simple' files?

Thank you in advance :P
jsgf
Posts: 254
Joined: Tue Jul 12, 2005 11:02 am
Contact:

Post by jsgf »

glut-simple is the executable. You can install it with "make install", but you need to set up some environment variables appropriately.
stinkymeat
Posts: 10
Joined: Tue Oct 18, 2005 6:47 pm

Post by stinkymeat »

Here is the solution to my woes for the record - if anyone runs into the same problem/has the same question

Code: Select all

export PSPDEV=/usr/local/pspdev
export PSPSDK=$PSPDEV/psp/sdk
export PATH=$PSPDEV/bin:$PATH
export PSP_MOUNTDIR="/Volumes/PSP 32MB/"
export PSP_REVISION=1.50 
*use 'df' command to get the list of volumes - put PSP in USB mode!!!

Thanks again
Post Reply