EDuke32 Wii: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
See [[Acquiring the EDuke32 Source Code]].
See [[Acquiring the EDuke32 Source Code]].


modified SDL Wii: http://hendricks266.duke4.net/files/eduke32-wii-sdl-wii-mod.7z
===SDL Wii===
 
As part of his porting, tueidj made a few custom modifications to SDL Wii. The source and compiled libraries can be found here:  
http://hendricks266.duke4.net/files/eduke32-wii-sdl-wii-mod.7z
 
==Building Instructions==
 
These instructions require Windows or WINE.
 
#Set up [[Building EDuke32 on Windows]].
#Download and install [http://devkitpro.org/ devkitPPC].
#Download the modified [[#SDL Wii|SDL Wii]]. If you want to compile it yourself, at the devkitPro shell, type <code>make clean</code> then <code>make</code>. Either way, type <code>make install</code> to copy the libraries to the devkitPPC library location.
#Run '''wiibuild.bat'''.


==Credits==
==Credits==
[[EDuke32 Team]]
See [[Credits|the main EDuke32 Credits page]].
See [[Credits|the main EDuke32 Credits page]].



Revision as of 23:59, 19 May 2012

EDuke32 Wii is a Wii port of Duke Nukem 3D using EDuke32. For more information about the Wii port specifically and Wii homebrew in general, see WiiBrew.

Download

Source

See Acquiring the EDuke32 Source Code.

SDL Wii

As part of his porting, tueidj made a few custom modifications to SDL Wii. The source and compiled libraries can be found here: http://hendricks266.duke4.net/files/eduke32-wii-sdl-wii-mod.7z

Building Instructions

These instructions require Windows or WINE.

  1. Set up Building EDuke32 on Windows.
  2. Download and install devkitPPC.
  3. Download the modified SDL Wii. If you want to compile it yourself, at the devkitPro shell, type make clean then make. Either way, type make install to copy the libraries to the devkitPPC library location.
  4. Run wiibuild.bat.

Credits

EDuke32 Team

See the main EDuke32 Credits page.

Porting: tueidj

Merging: Helixhorned

Maintenance / Development: Hendricks266