Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 847 Bytes

BUILDING.md

File metadata and controls

17 lines (13 loc) · 847 Bytes

Building

Instructions on how to build YesCom for different platforms.

Basic requirements

Building

  1. Clone this repository: git clone https://github.com/PogDogEZ/ant-farm-v2.0.git (or download the zip if you don't have git)
  2. Move into the directory: cd ant-farm-v2.0
  3. Install Cython via pip: python3 -m pip install Cython>=0.29.30
  4. Build with gradle: gradlew.bat clean :yescom:ui:build

Running

Once built, run java -jar yescom-ui/build/libs/yescom-ui.jar.