Nds: Unterschied zwischen den Versionen
| Zeile 28: | Zeile 28: | ||
http://www.devkitpro.org/visual-c++-express.shtml | http://www.devkitpro.org/visual-c++-express.shtml | ||
| + | |||
| + | == Quick Install for Windows == | ||
| + | http://www.palib.info/wiki/doku.php?id=day1#using_palib_with_visual_c_2005_express (2008-07-06) | ||
| + | |||
| + | This is the Quick installation process, for full description skip to Installing. | ||
| + | |||
| + | * Download DevKitPro Updater and Install it into C:\DevKitPro\ | ||
| + | * Download PALib Installer and Install into C:\DevKitPro\ | ||
| + | * Delete all Contents of C:\DevKitPro\ | ||
| + | * Reinstall DevKitPro Updater into C:\DevKitPro\ | ||
| + | * Download PALib Community Update (on the left side) and unpack into C:\DevKitPro\ | ||
| + | |||
| + | Final directory structur: | ||
| + | |||
| + | C:\DevKitPro\ | ||
| + | + devkitARM | ||
| + | + devkitPPC | ||
| + | + devkitPSP | ||
| + | + doc | ||
| + | + emulators | ||
| + | + examples | ||
| + | + insight | ||
| + | + libgba | ||
| + | + libmirko | ||
| + | + libnds | ||
| + | + libogc | ||
| + | + msys | ||
| + | + PAlib | ||
| + | + PAlibDoc Eng | ||
| + | + PAlibExamples | ||
| + | + PAlibTemplate | ||
| + | + Programmers Notepad | ||
| + | |||
| + | Now you can try the Compiling Test. | ||
Version vom 6. Juli 2008, 19:38 Uhr
NDS Tools
Devkit Pro - Programmieroberfläche für verschiedene Konsolen
Es gibt einen Windows Installer der fast alles enthält was man braucht: http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=160396
Ansonsten gibt es die Komponenten für eine Manual Installation: First you need to obtain the relevant files for your chosen platform.
devkitARM, devkitPPC, devkitPSP, libnds, libmirko and libgba may be obtained from the sourceforge site.
DevkitPro Sourceforge site
- devkitARM
- devkitPPC
- devkitPSP
- libnds
- libgba
- libmirko
Im Windows Installer schon enthalten benötigt man noch einen POSIX Packager z.B. MinSys der auf Windows läuft und das nötigste aus der Gnu Suite enthält.
IDE
Schön arbeiten läßt sich mit einer Entwicklungsumgebung wie der freien Microsoft Visual C++ Express. So richtet man diese ein:
http://www.devkitpro.org/visual-c++-express.shtml
Quick Install for Windows
http://www.palib.info/wiki/doku.php?id=day1#using_palib_with_visual_c_2005_express (2008-07-06)
This is the Quick installation process, for full description skip to Installing.
- Download DevKitPro Updater and Install it into C:\DevKitPro\
- Download PALib Installer and Install into C:\DevKitPro\
- Delete all Contents of C:\DevKitPro\
- Reinstall DevKitPro Updater into C:\DevKitPro\
- Download PALib Community Update (on the left side) and unpack into C:\DevKitPro\
Final directory structur:
C:\DevKitPro\ + devkitARM + devkitPPC + devkitPSP + doc + emulators + examples + insight + libgba + libmirko + libnds + libogc + msys + PAlib + PAlibDoc Eng + PAlibExamples + PAlibTemplate + Programmers Notepad
Now you can try the Compiling Test.