Changes

814 bytes removed ,  04:48, 1 December 2009
Undo revision 77058 by PedroDharma (Talk)
Line 3: Line 3:  
| title      = devkitPPC
 
| title      = devkitPPC
 
| image      = [[File:Devkitlogo.png|128px|center]]
 
| image      = [[File:Devkitlogo.png|128px|center]]
−
| type        = biblioteca
+
| type        = library
 
| maintainer  = WinterMute
 
| maintainer  = WinterMute
 
| version    = r19
 
| version    = r19
−
| licence    = VĂĄrias
+
| licence    = Various
 
| download    = http://sourceforge.net/projects/devkitpro/
 
| download    = http://sourceforge.net/projects/devkitpro/
 
| website    = http://www.devkitpro.org/
 
| website    = http://www.devkitpro.org/
Line 12: Line 12:  
| source      = http://sourceforge.net/projects/devkitpro/develop
 
| source      = http://sourceforge.net/projects/devkitpro/develop
 
}}
 
}}
−
  −
'''devkitPPC''' é parte integrante do ''GNU Compiler Collection (GCC)'', que inclui um compilador de C (gcc) e de C++ (g++), um ''debugger'' (gdb) e ferramentas relacionadas, com a arquitetura "powerpc-eabi". Ele também inclui uma biblioteca båsica de C baseada em [http://sourceware.org/newlib newlib], que é especificadamente feita para sistemas imbutidos. Compiladores e bibliotecas também estão incluídas para o MN10200, o chip Matsushita (Panasonic) usado no controlador de DVD do Wii. Este é feito para ser usado em conjunto com [[libogc]], uma coleção de bibliotecas ''low-level'' específicas do Wii.
  −
  −
InstruçÔes para con
      
'''devkitPPC''' is a port of the GNU Compiler Collection (GCC) and includes a C (gcc) and C++ compiler (g++), a debugger (gdb) and associated utilities, with the architecture "powerpc-eabi". It also includes standard C libraries based on [http://sourceware.org/newlib newlib], which is specifically designed for embedded systems. Compilers and libraries are also included for the MN10200, the Matsushita (Panasonic) chip used in the Wii DVD controller. It is designed to be used in conjunction with [[libogc]], a collection of Wii-specific low-level libraries.
 
'''devkitPPC''' is a port of the GNU Compiler Collection (GCC) and includes a C (gcc) and C++ compiler (g++), a debugger (gdb) and associated utilities, with the architecture "powerpc-eabi". It also includes standard C libraries based on [http://sourceware.org/newlib newlib], which is specifically designed for embedded systems. Compilers and libraries are also included for the MN10200, the Matsushita (Panasonic) chip used in the Wii DVD controller. It is designed to be used in conjunction with [[libogc]], a collection of Wii-specific low-level libraries.
   −
InstruçÔes para configurar o sistema estão disponíveis para [[Devkitppc_setup_(Windows)|Windows]], [[Devkitppc_setup_(Mac OS X)|Mac OSX]] e [[Devkitppc_setup_(Linux)|Linux]]. InformaçÔes adicionais e links para download podem ser encontrados no [http://www.devkitpro.org/ site do devkitPro].
+
Instructions for setting up the system are available for [[Devkitppc_setup_(Windows)|Windows]], [[Devkitppc_setup_(Mac OS X)|Mac OSX]] and [[Devkitppc_setup_(Linux)|Linux]]. Additional information and download links can be found at the [http://www.devkitpro.org/ devkitPro website].
   −
Para usuĂĄrios do Windows, ele vem com o ambiente [http://www.mingw.org/msys.shtml MSYS], que Ă© um conjunto mĂ­nimo de ferramentas GNU, como uma shell.
+
For Windows users it comes with the [http://www.mingw.org/msys.shtml MSYS] environment, which is a minimal set of GNU tools such as a shell.
   −
=== Bibliotecas suportadas ===
+
=== Ported libraries ===
   −
As seguintes bibliotecas estão [http://sourceforge.net/projects/devkitpro/files/portlibs disponíveis para download] no SourceForge, pré-compilados para uso com o devkitPPC r19. Simplismente coloque elas na pasta apropriada do portlibs, no devkitPPC (No Windows estå em is c:\devkitPro\portlibs\ppc).
+
The following libraries are [http://sourceforge.net/projects/devkitpro/files/portlibs available for download] from devkitPro SourceForge, precompiled for use with devkitPPC r19. Simply place them in the appropriate devkitPPC portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc).
   −
* Expat - Biblioteca analisadora de XML
+
* Expat - XML parser library
−
* FreeType - Suporte para fontes TTF/Type1
+
* FreeType - TTF/Type1 font support
−
* libjpeg - Biblioteca para suporte de JPEG
+
* libjpeg - JPEG support library
−
* libpng - Biblioteca para suporte de PNG
+
* libpng - PNG support library
−
* [[Mini-XML]] - Biblioteca XML
+
* [[Mini-XML]] - XML library
−
* libtremor - Uma integer-only completamente Vorbis, conforme o software decodificador de bibliotecas
+
* libtremor - An integer-only fully Vorbis compliant software decoder library
   −
=== Ferramentas ===
+
=== Tools ===
   −
As seguintes ferramentas estĂŁo incluĂ­das:
+
The following tools are included as well:
   −
* [[doltool]] - Uma ferramenta de converter para e a partir de arquivos executĂĄveis [[Dol|.dol]] e que examina os conteĂșdos destes
+
* [[doltool]] - a tool for converting to and from [[Dol|.dol]] executable files and examining their contents
−
* [[gcdspsuite]] - Um assembler para o chip DSP, escrito por duddie.
+
* [[gcdspsuite]] - an assembler for the gamecube DSP chip written by duddie.
−
* [[wiiload]] - Um utilitĂĄrio para fazer upload de cĂłdigo para Wii escrito por [[User:dhewg|Dhewg]].
+
* [[wiiload]] - a utility for uploading code to the wii written by [[User:dhewg|Dhewg]].
−
* [[gxtexconv]] - Um utilitĂĄrio para conversĂŁo de texturas escrito por Shagkur.
+
* [[gxtexconv]] - a utility for texture conversion written by Shagkur.
   −
== Veja também ==
+
== See also ==
    
* [[libogc]]
 
* [[libogc]]
55

edits