Getting Started: Difference between revisions

From devkitPro
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
For Windows users getting started with devkitPro toolchains is made easy by the convenient [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=160396 Windows Installer/Updater] package. It is strongly recommended that windows users stick with this rather than attempting to set up the packages manually. The updater handles all the sticky little details of installation required for properly functioning toolchains. This is a web based installer so please ensure that you have a net connection, your Internet Explorer proxy settings are correct and that any firewall software you have installed allows the application to access the net.
For Windows users getting started with devkitPro toolchains is made easy by the convenient [http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/ Windows Installer/Updater] package. It is strongly recommended that windows users stick with this rather than attempting to set up the packages manually. The updater handles all the sticky little details of installation required for properly functioning toolchains. This is a web based installer so please ensure that you have a net connection, your Internet Explorer proxy settings are correct and that any firewall software you have installed allows the application to access the net.


For those of you who wish to install offline a "Download only" option is provided to download the packages without installing for later installation on another machine. This is best used by running the installer from a removable drive where it will store the downloaded packages. The "Download and install/install from downloaded files" option will pick up the packages from the directory the installer is running from.  
For those of you who wish to install offline a "Download only" option is provided to download the packages without installing for later installation on another machine. This is best used by running the installer from a removable drive where it will store the downloaded packages. The "Download and install/install from downloaded files" option will pick up the packages from the directory the installer is running from.  
Line 9: Line 9:
[[Getting_Started/devkitPPC | Manual instructions for installing devkitPPC]]
[[Getting_Started/devkitPPC | Manual instructions for installing devkitPPC]]


Where a binary is not provided then you should use the most recent stable release of the [http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=124206 buildscripts]. CVS should be avoided since the buildscripts found there will often contain the next iteration of a given toolchain rather than the current stable release. Using these scripts is a simple matter of extracting the archive, running ./build-devkit.sh from a bash shell and following the prompts. The scripts will also build and install the current support libraries from the release tarballs.
Where a binary is not provided then you should use the most recent stable release of the [http://sourceforge.net/projects/devkitpro/files/buildscripts/ buildscripts]. SVN should be avoided since the buildscripts found there will often contain the next iteration of a given toolchain rather than the current stable release. Using these scripts is a simple matter of extracting the archive, running ./build-devkit.sh from a bash shell and following the prompts. The scripts will also build and install the current support libraries from the release tarballs.

Revision as of 08:44, 26 September 2009

For Windows users getting started with devkitPro toolchains is made easy by the convenient Windows Installer/Updater package. It is strongly recommended that windows users stick with this rather than attempting to set up the packages manually. The updater handles all the sticky little details of installation required for properly functioning toolchains. This is a web based installer so please ensure that you have a net connection, your Internet Explorer proxy settings are correct and that any firewall software you have installed allows the application to access the net.

For those of you who wish to install offline a "Download only" option is provided to download the packages without installing for later installation on another machine. This is best used by running the installer from a removable drive where it will store the downloaded packages. The "Download and install/install from downloaded files" option will pick up the packages from the directory the installer is running from.

For other platforms there are a few options available. Where possible you should stick to the binary distributions - building from source can be a path of frustration even for seasoned developers. The following pages cover each toolchain in detail.

Manual instructions for installing devkitARM

Manual instructions for installing devkitPPC

Where a binary is not provided then you should use the most recent stable release of the buildscripts. SVN should be avoided since the buildscripts found there will often contain the next iteration of a given toolchain rather than the current stable release. Using these scripts is a simple matter of extracting the archive, running ./build-devkit.sh from a bash shell and following the prompts. The scripts will also build and install the current support libraries from the release tarballs.