forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PSPGL Glut Example Files

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
stinkymeat



Joined: 18 Oct 2005
Posts: 10

PostPosted: Tue Oct 18, 2005 6:54 pm    Post subject: PSPGL Glut Example Files Reply with quote

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
View user's profile Send private message
jsgf



Joined: 12 Jul 2005
Posts: 254

PostPosted: Wed Oct 19, 2005 9:56 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
stinkymeat



Joined: 18 Oct 2005
Posts: 10

PostPosted: Thu Oct 20, 2005 6:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group