-
Notifications
You must be signed in to change notification settings - Fork 43
How to Build
-
Download & Install Microsoft Visual Studio
The Community Edition of Visual Studio 2015 is free for personal use.
See https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx -
Download & Install the Awesomium.Net SDK
See http://www.awesomium.com/ -
Clone, Fork, or download the GW2 Personal Assistant Overlay source code from the GitHub repository. Visual Studio 2015 now includes full Git integration, so Cloning or Forking the GitHub repository is recommended.
-
Open the GW2PAO.sln solution in Visual Studio to compile/build the application.
The GW2 PAO solution makes use of several third-party libraries using the NuGet package manager. When first building the solution, these should automatically download for use in the build process.
The GW2 PAO solution includes 2 different Release build configurations:
- Release - Includes all possible features for the application
- Release_NoBrowser - Excludes the web browser feature of the application