Skip to content

Cruel/3ds_portlibs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DS Portlibs Build Status

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:

  • freetype (requires zlib)
  • libexif
  • libjpeg-turbo
  • libpng (requires zlib)
  • sqlite
  • zlib
  • mxml
  • expat
  • libxml2
  • jansson
  • physfs
  • libmad
  • libogg
  • libvorbis
  • giflib
  • bzip2

About

Portlibs for 3DS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 95.7%
  • CMake 4.3%