[SOLVED]PSPTOOLCHAIN - Installing Freetype library(UBUNTU)

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

Moderators: cheriff, TyRaNiD

Post Reply
PosX100
Posts: 98
Joined: Wed Aug 15, 2007 1:02 am

[SOLVED]PSPTOOLCHAIN - Installing Freetype library(UBUNTU)

Post by PosX100 »

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: Select all


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: Select all

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

edited , i found it:

Code: Select all

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.
Post Reply