Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
/ SDL_ttf Public archive
forked from SDL-mirror/SDL_ttf

SDL2_ttf and SDL_ttf with PSP specific patches

License

Notifications You must be signed in to change notification settings

pspdev/SDL_ttf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL_ttf for PSP

Requirements:

  • freetype
  • SDL

Build procedure:

./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib" LIBS="-lc -lpspuser" \
  ./configure --host psp --with-sdl-prefix=$(psp-config --psp-prefix) \
  --with-freetype-prefix=$(psp-config --psp-prefix) \
  --without-x --prefix=$(psp-config --psp-prefix)
make
make install

About

SDL2_ttf and SDL_ttf with PSP specific patches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 73.9%
  • Shell 17.8%
  • C++ 3.6%
  • Makefile 2.0%
  • Objective-C 1.4%
  • M4 1.1%
  • CMake 0.2%