| View previous topic :: View next topic |
| Author |
Message |
pspwill
Joined: 17 Nov 2005 Posts: 51
|
Posted: Mon May 29, 2006 6:34 am Post subject: compiling luaplayer |
|
|
| i am unable to compile any version of luaplayer as i cannot install freetype. when i follow the instructions on the luaplayer wiki i get an error :( |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Mon May 29, 2006 8:50 am Post subject: |
|
|
The Wiki needs updating for the Freetype part.
The correct commands are:
| Code: | sh autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install |
Note: This is slightly different to what is listed on the Wiki and should work. |
|
| Back to top |
|
 |
|