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
Code: Select all
./configure
cd builds/unix; ./configure
/bin/sh: ./configure: not found
make: *** [builds/unix/unix-def.mk] Error 127
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