compiling luaplayer
Moderators: Shine, Insert_witty_name
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 :(
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
The Wiki needs updating for the Freetype part.
The correct commands are:
Note: This is slightly different to what is listed on the Wiki and should work.
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