Fluorohydride / vita_portlibs

Portlibs for the PSVita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vita Portlibs

Here is a Makefile for building various portlibs for the PSVita.

Type:

$ make

or:

$ make all

to download and install all the libraries at once.

You can build and install the libraries separately:

$ make zlib
$ make install-zlib
$ make <targets>
$ make install

This will install the portlibs to $VITASDK. If this is a privileged location, you will need to sudo make install-zlib and sudo make install in order for the portlibs to be installed.

Currently supports the following portlibs:

  • freetype (requires zlib)
  • libexif
  • libjpeg-turbo
  • libpng (requires zlib)
  • sqlite
  • zlib

Download links:

About

Portlibs for the PSVita


Languages

Language:Makefile 100.0%