Skip to content

Build Windows

Alicia Stice edited this page Jan 25, 2023 · 5 revisions
  • Clone project to folder e.g. C:/projects/pwd/derbynet
  • Install Apache Ant (https://ant.apache.org/), set environment variables if needed
  • Install LibreOffice 5.x (https://downloadarchive.documentfoundation.org/libreoffice/old/)
    • Note: The build files look for LibreOffice in the Program Files (x86) directory so either install the x86 version or change the installation directory manually
  • Download UniServer self-extracting executable
  • Extract uniserver and copy the UniServerZ folder to uniserver-unpacked folder next to derbynet folder e.g. C:/projects/pwd/uniserver-unpacked/UniServerZ
  • Copy self-extracting executable to uniserver-resources folder next to derbynet folder e.g. C:/projects/pwd/uniserver-resources/15_0_1_ZeroXV.exe
  • Open the directory in command prompt and run ant dist.zip
Clone this wiki locally