Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.76 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.76 KB

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