-
Notifications
You must be signed in to change notification settings - Fork 0
Compilation How To for the RIFT Authenticator for Windows
Mark Junker edited this page Mar 12, 2015
·
3 revisions
This page shows you how to download and compile the source code.
- 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
- I used a weekly build: 3.6.2012.0
You can use both the command line application or TortoiseHG. The URL for cloning the repository can be found on the project web site.
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].
- 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