2016-10-16 17:34:48 +01:00
2016-01-25 17:41:57 -06:00
2016-06-14 07:38:46 +00:00
2016-06-14 07:38:46 +00:00
2016-10-16 17:34:48 +01:00
2016-06-14 07:38:46 +00:00
2014-12-21 04:31:45 -06:00

3DS Portlibs

Here is a Makefile for building various portlibs for 3DS. You need to first build zlib and install it. Then you can build the other portlibs.

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

This will install the portlibs to $DEVKITPRO/portlibs/armv6k. 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:

  • bzip2
  • freetype (requires zlib)
  • giflib
  • jansson
  • libconfig
  • libexif
  • libjpeg-turbo
  • libmad
  • libogg
  • libpng (requires zlib)
  • libxml2
  • libxmp-lite
  • mbedtls (requires zlib) (without net component)
  • sqlite
  • tinyxml2
  • tremor (requires libogg)
  • xz
  • zlib

Download links:

S
Description
No description provided
Readme 60 KiB
Languages
Makefile 97.9%
Shell 2.1%