Skip to content

Compiling on Windows

Børge Nordli edited this page Sep 29, 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.

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 (Release/rftg9.exe) to an existing folder.
Clone this wiki locally