Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) Update to reflect current use & clarify some aspects. Users should not be overwriting things in the devkitPro folder directly this will lead to problems in the future. |
WinterMute (talk | contribs) smdh is embedded in 3dsx and has been for quite some time |
||
Line 85: | Line 85: | ||
To build your homebrew, open a Bash shell as described above, browse to the folder of the homebrew you wish to compile, and run <code>make</code>. | To build your homebrew, open a Bash shell as described above, browse to the folder of the homebrew you wish to compile, and run <code>make</code>. | ||
* This will build a .elf file and a .3dsx file (the homebrew executable itself | * This will build a .elf file and a .3dsx file (the homebrew executable itself). | ||
** The Homebrew Launcher can only run homebrew in the 3DSX format | ** The Homebrew Launcher can only run homebrew in the 3DSX format. | ||
= Troubleshooting = | = Troubleshooting = |