/libnds_example_2

libnds example 2

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

libnds_example_2

Branch Travis CI logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.io

libnds_example_2

This GitHub is part of

How to build?

make

How to run?

desmume libnds_example_2.nds

How to install devkitPro and libnds?

Do:

  • sudo ./build_libnds_32: when your computer is 32 bit
  • sudo ./build_libnds_64: when your computer is 64 bit

Add to ~/bashrc:

export DEVKITPRO=/opt/devkitpro
export DEVKITARM=$DEVKITPRO/devkitARM

Restart the terminal for these exports to have an effect

External links