Skip to content

richelbilderbeek/libnds_example_1

Repository files navigation

libnds_example_1

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

libnds_example_1

This GitHub is part of

How to build?

make

How to run?

desmume libnds_example_1.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