Vita portlibs
From GameBrew - a wiki dedicated to Video Game Homebrew.
Vita Portlibs | |
None.png | |
General | |
---|---|
Author(s) | xerpi |
Type | Other |
Version | ?? |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
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: