I get this error when trying to compile it:
Code:
configure: error: cannot find native C compiler
configure: error: cannot find native C compiler
You can either figure out all of the command line options to cross compile for the 3ds or you can just use the portlibs repo - https://github.com/devkitPro/3ds_portlibs/blob/master/README.mdI get this error when trying to compile it:Code:configure: error: cannot find native C compiler
I'm using the port libs repoYou can either figure out all of the command line options to cross compile for the 3ds or you can just use the portlibs repo - https://github.com/devkitPro/3ds_portlibs/blob/master/README.md
my bad - you need to have mingw installed with the build tools. so you will need to make sure that you add the following to your path before running "make freetype"I'm using the port libs repo

