Getting Started/devkitARM: Difference between revisions

From devkitPro
Jump to navigation Jump to search
(New page: If your host platform is Windows then use the [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=160396 Windows Installer/Updater] package. Otherwise you may proceed ...)
 
(Redirected page to Getting Started)
 
(29 intermediate revisions by 8 users not shown)
Line 1: Line 1:
If your host platform is Windows then use the [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=160396 Windows Installer/Updater] package. Otherwise you may proceed with manual installation.
#REDIRECT [[Getting_Started]]
 
The first thing that you need to do is create a folder for the devkitPro toolchains. Start by opening a terminal - on OSX use the apple key + space, then type terminal. This command creates the new folder.
 
mkdir /opt/devkitpro
 
When we're done the layout for your devkitPro folder should end up like this, each folder links to the appropriate sourceforge package.
 
devkitpro
    |
    +-- [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=124207 devkitARM]
    +-- examples
    |    |
    |    +-- [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=273883 gba]
    |    +-- [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=273885 gp32]
    +-- [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=124007 libgba]
    +-- [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=156460 libmirko]
    +-- [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=151608 libnds]
 
Nothing else should be placed inside these folders unless otherwise instructed by the devkitPro toolchain maintainers. On Windows several of these folders are removed and replaced by the update system.
 
The first package to install is the devkitARM tarball, obtained from the [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=124207 devkitARM] link shown above. Download the appropriate tarball for your host platform - the files are named as devkitARM_<revision>-<processor>-<os>.tar.bz2.

Latest revision as of 01:11, 6 June 2018

Redirect to: