compiling luaplayer

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
pspwill
Posts: 51
Joined: Thu Nov 17, 2005 8:07 am

compiling luaplayer

Post by pspwill »

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 :(
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

The Wiki needs updating for the Freetype part.

The correct commands are:

Code: Select all

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