Skip to content

Compiling WDTV Live Meta Gen

GarogMan edited this page Apr 3, 2012 · 1 revision

Required Software

  • Visual Studio 2008 (or greater) or Visual C# Express 2008 (or greater)
  • .Net version 3 (or greater)

Required steps to compile software

  1. Download source files from repo
  2. Start Visual Studio/Visual C# Express
  3. Create a new C# Forms application
  4. Right click on the project name in the Solution Explorer
  5. Choose "Add Existing Items"
  6. Add each of the source files to the project (you can Shift-Select to choose them all at once)
  7. Do the above for the resources files (except right click on the "Resources" folder in the Solution Explorer
  8. Make sure that both of the resource images are set to "Embedded Resource"
  9. Press F5 (or choose "Debug > Build")
Clone this wiki locally