PosX100
Joined: 15 Aug 2007 Posts: 98
|
Posted: Mon Mar 17, 2008 7:16 pm Post subject: [SOLVED]PSPTOOLCHAIN - Installing Freetype library(UBUNTU) |
|
|
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. |
|