Instructions on how to build YesCom for different platforms.
- Java >= 11 (recommended: corretto, for Jep.)
- Python >= 3.8 (recommended: the latest.)
- If on Windows, building from source requires Visual C++ Redistributable.
- Clone this repository:
git clone https://github.com/PogDogEZ/ant-farm-v2.0.git
(or download the zip if you don't have git) - Move into the directory:
cd ant-farm-v2.0
- Install Cython via pip:
python3 -m pip install Cython>=0.29.30
- Build with gradle:
gradlew.bat clean :yescom:ui:build
Once built, run java -jar yescom-ui/build/libs/yescom-ui.jar
.