Skip to content

Building on Windows

Sven Meier edited this page May 16, 2023 · 1 revision

JDK 16

Ant for Java 8

Git

  • download GitHub Desktop installer from https://desktop.github.com
  • run installer
  • run Git Desktop
  • clone https://github.com/svenmeier/jorgan.git

GCC

(required for native code for fluidsynth and creative)

Build

adjust paths in ./build.properties

  • win.cc - path to gcc.exe (see GCC above)
  • win.include - path to ./include folder of OpenJDK (see JDK above)

start a cmd prompt and execute:

  • ant
  • run.bat
Clone this wiki locally