-
Notifications
You must be signed in to change notification settings - Fork 8
Building on Windows
Sven Meier edited this page May 16, 2023
·
1 revision
- download installer from https://adoptium.net
- install (choose "configure JAVA_HOME variable")
- download archive from https://ant.apache.org/bindownload.cgi
- extract and add
./bin
path to systemPath
variable
- download GitHub Desktop installer from https://desktop.github.com
- run installer
- run Git Desktop
- clone
https://github.com/svenmeier/jorgan.git
(required for native code for fluidsynth and creative)
- download archive LATEST runtime for UCRT from https://winlibs.com
- extract archive
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