Skip to content
Portlibs for the PSVita
Branch: master
Clone or download
Latest commit e9f8b61 Feb 3, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Makefile update links Sep 1, 2016
README.md Use vdpm instead Feb 3, 2017

README.md

Vita Portlibs is obsolete, use install-all.sh of vdpm instead.

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:

You can’t perform that action at this time.