| View previous topic :: View next topic |
| Author |
Message |
stinkymeat
Joined: 18 Oct 2005 Posts: 10
|
Posted: Tue Oct 18, 2005 6:54 pm Post subject: PSPGL Glut Example Files |
|
|
Hi,
I just got PSPGL to compile the test-glut example, however, I am slightly baffled on the result.
| Code: | 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: | 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 |
|
| Back to top |
|
 |
jsgf
Joined: 12 Jul 2005 Posts: 254
|
Posted: Wed Oct 19, 2005 9:56 am Post subject: |
|
|
| glut-simple is the executable. You can install it with "make install", but you need to set up some environment variables appropriately. |
|
| Back to top |
|
 |
stinkymeat
Joined: 18 Oct 2005 Posts: 10
|
Posted: Thu Oct 20, 2005 6:58 pm Post subject: |
|
|
Here is the solution to my woes for the record - if anyone runs into the same problem/has the same question
| Code: | 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 |
|
| Back to top |
|
 |
|