Setting up DevKitPro

From homebrew.pixelbath
Revision as of 20:03, 8 February 2018 by Mhoskins (talk | contribs) (Created page with "{{incomplete}} The goal of this tutorial is to get a working setup for devKitPro. For now, this guide will focus mainly on Windows-specific configuration. == Installing DevK...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is incomplete! Please edit this page to add as much detail as possible.

The goal of this tutorial is to get a working setup for devKitPro. For now, this guide will focus mainly on Windows-specific configuration.

Installing DevKitPro

Download the Windows installer. If you only plan on creating PSP homebrew, deselect devkitARM and devkitPPC. The setup wizard should guide you through the remainder of installation. This guide assumes you installed to the default location of C:\DevKitPro.

Setup Project Folder

You should avoid storing projects within the devKitPro folder. If any updates are applied, the updater can and will overwrite or delete your files. Instead, create a new folder outside the main devKitPro folder, such as C:\_code\[consolename], substituting [consolename] with the name of the system you're developing for (psp, wii, nds, etc.). The path should not contain spaces, since many of the tools will not support them properly (yes, even in the post-XP world).

Compile a Sample