Skip to content

Compilation How To for the RIFT Authenticator for Windows

Mark Junker edited this page Mar 12, 2015 · 3 revisions

Introduction

This page shows you how to download and compile the source code.

Requirements

  1. Visual Studio 2010 Professional SP1
  • Using Visual C# 2010 Express might work too, but you won't be able to create an installer
  • You can download the express edition from here
  1. Windows Installer XML toolset

Download the source code

Cloning the source using Mercurial

You can use both the command line application or TortoiseHG. The URL for cloning the repository can be found on the project web site.

Downloading from the download page

It's also possible to download the source code from the [http://code.google.com/p/rift-authenticator-for-windows/downloads/list project download page].

Compiling the project

  • Open the !RiftAuthenticator.sln from the downloaded source code. It should automatically start Visual Studio 2010.
  • Change the build configuration to "Debug"
  • Open the context-menu of the "RiftAuthenticator.WPF" project
  • Set the "RiftAuthenticator.WPF" as start project
  • Open the "Build" menu
  • Click the "Build Solution" menu item
Clone this wiki locally