Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
48 lines (32 sloc) 1.39 KB

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.