-
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 -
Clone, Fork, or download the GW2 Personal Assistant Overlay source code from the GitHub repository. Note that during development, multiple branches may be used, with a different branch for each new feature of the next release. The 'master' branch contains the source for the latest release, with the 'develop' branch containing the latest, stable source code for the next release.
-
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