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 

[SOLVED]PSPTOOLCHAIN - Installing Freetype library(UBUNTU)

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



Joined: 15 Aug 2007
Posts: 98

PostPosted: Mon Mar 17, 2008 7:16 pm    Post subject: [SOLVED]PSPTOOLCHAIN - Installing Freetype library(UBUNTU) Reply with quote

I've been trying to figure out how to compile FREETYPE library , but without luck.

I've tried searching on the forum & google , but nothing.

Anyone willing to help?


Thanks.


edit , after a little more search , i've come up to this:

Code:


cd usr/local/pspdev/psp

sudo svn checkout svn://svn.ps2dev.org/psp/trunk/freetype

cd freetype

./configure


And im getting a bunch of errors:

Code:

./configure
cd builds/unix; ./configure
/bin/sh: ./configure: not found
make: *** [builds/unix/unix-def.mk] Error 127



edited , i found it:
Code:

cd freetype
sh autogen.sh
LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" \
./configure --host psp --prefix=`psp-config --psp-prefix`
make
make install


Sorry for wasting your time :( ..you can delete my thread.
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