Click or drag to resize
DigitalRuneInstallation
Caution note Caution

The information on this page is outdated. It does not apply to the open source project.

This section describes prerequisites and contains additional installation instructions.

This topic contains the following sections:

Prerequisites

For developing .NET applications you need to install:

To develop XNA-based games or applications you need to install:

Important note Important

Windows Phone SDK packages contains important XNA updates. Even if you do not intend to develop for Windows Phone 7, you need to install these packages.

The installation of XNA Game Studio or Windows Phone SDK might fail on Windows 8. For a workaround see:

The setup of the Windows Phone SDK 7.1.1 may fail if a newer version of the Microsoft Advertising SDK for Windows Phone is already installed on the system. In this case please follow these steps:

  1. Download the latest version of the Microsoft Advertising SDK for Windows Phone 8.
  2. Remove the previous installation by running the setup. (If the Ad SDK on the PC is older, then install latest version first, and then run the setup again to uninstall it.)
  3. Install the Windows Phone SDK 7.1.1.
  4. Re-install the latest version of Microsoft Advertising SDK for Windows Phone.

For developing Windows Phone applications you need to install:

For developing iOS or Android applications using Xamarin.iOS or Xamarin.Android, you will find the necessary information and tools here:

For developing MonoGame-based applications (e.g. for Windows Store, Windows Phone, Linux, iOS, etc.), you need to install:

For more information about developing MonoGame-based applications, please a look at the MonoGame documentation:

Download the package

When downloading a trial version or purchasing a DigitalRune product you receive a ZIP package containing all necessary files (see Files, Folders and Dependencies).

Important: Unblock ZIP file

When a ZIP file is downloaded in Windows, it is marked as unsafe by the file system.

Important: You must unblock the ZIP file before unpacking it. After downloading the file, perform the following steps:

  • Locate the downloaded ZIP file.
  • Right-click the file and select Properties from the context menu.
  • In the Properties dialog select the General tab and click the Unblock button.
    Unblock-Zip
    Screenshot: Unblocking a ZIP file.
  • Close the Properties dialog by clicking OK.
Installation

After unblocking the ZIP file, simply extract the files to any folder:

  • Right-click the ZIP file and select Extract All... from the context menu.
See Also