Translations of this page:

This is an old revision of the document!
—-

Building WME Lite from sources

Microsoft Windows

Provided are solution and project files for Visual Studio 2008.

Mac OS X

  • Obtain sources from SVN repository: http://code.google.com/p/wmelite/source/checkout
  • Download dependencies for XCode (dep_xcode.zip): http://code.google.com/p/wmelite/downloads/list
  • Unpack the dependencies to xcode/dep directory.
  • Download precompiled SDL.framework (SDL.framework.zip): http://code.google.com/p/wmelite/downloads/list
  • Unpack SDL.framework to /Library/Frameworks/
  • Open the project file (xcode/wmelite/wmelite.xcodeproj) in XCode and compile.
  • Once compiled:
    • Open the resulting application bundle (wmelite.app) by right-clicking it in Finder and selecting "Show Package Contents".
    • Copy your game packages (.dcp files) to "Contents/Resources" directory inside the application bundle (WME Lite will also find the .dcp files if you copy them to the same directory where the application bundle resides, but copying them inside the bundle allows for easier distribution).

Provided is a project file for XCode 3.

iOS

  • Obtain sources from SVN repository: http://code.google.com/p/wmelite/source/checkout
  • Download dependencies for XCode (dep_xcode-ios.zip): http://code.google.com/p/wmelite/downloads/list
  • Unpack the dependencies to xcode-ios/dep directory.
  • Copy your game package (data.dcp) to xcode-ios/wmelite directory (note: if your game package uses a different name or if you need to use multiple .dcp files, you will have to modify the xcode project).
  • Replace Default.png and IconXXX.png images in xcode-ios/wmelite with your custom graphics (Default.png isn't mandatory, you can delete it).
  • Edit Info.plist and change at least the "CFBundleIdentifier" key to your company and product name.
  • Open the project file (xcode-ios/wmelite/wmelite.xcodeproj) in XCode and compile.

Provided is a project file for XCode 4.

 
wmelite/building.1315053247.txt.gz · Last modified: 2011/09/03 14:34 by Mnemonic
Recent changes RSS feed Creative Commons License Driven by DokuWiki