Skip to content

Compiling on Windows

Børge Nordli edited this page Oct 26, 2016 · 3 revisions

Setup

  1. Clone the git repository to a folder on your computer.
  2. Download and install the Win32 GTK+ 2.x All-in-one bundle from this location. (Last known direct download.) If you install to any other location than C:\GTK, you need to change the GtkPath property in the project file.
  3. If you want to build the installer, download and install the Visual Studio Installer Projects extension to Visual Studio.

Building

  1. Open the solution file in Microsoft Visual Studio.
  2. Build.
  3. Execute the install script to copy the executable and all assets into one directory. Alternatively, just copy the compiled executable to a folder where the application was previously installed.
Clone this wiki locally