Setting up Development Environment: Difference between revisions
CIA is one, though |
WinterMute (talk | contribs) No edit summary |
||
Line 59: | Line 59: | ||
To compile it, type <code>make</code> in the project directory. | To compile it, type <code>make</code> in the project directory. | ||
==Running your code== | |||
To run it on your 3DS, start the Homebrew Launcher, press Y to open the network loader, then on your PC type: <code>$DEVKITARM/bin/3dslink '''my3dsproject'''.3dsx</code>, replacing '''my3dsproject''' with the name of the 3dsx file you want to run.) | To run it on your 3DS, start the Homebrew Launcher, press Y to open the network loader, then on your PC type: <code>$DEVKITARM/bin/3dslink '''my3dsproject'''.3dsx</code>, replacing '''my3dsproject''' with the name of the 3dsx file you want to run.) | ||
</code>. | </code>. |