Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 918 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 918 Bytes

Chipyard version 1.11.0 for WorldGuard

Chipyard is slightly customized to run WorldGuard. The original chipyard version is 1.11.0. Chipyard is tested using Ubuntu 22.04.3.

Initial Repository Setup

1. Conda

Install Conda

Please refer to Conda Installation.

Install libmamba for faster dependency solving.

conda install -n base conda-libmamba-solver
conda config --set solver libmamba

Install conda-lock to base conda environment

conda install -n base conda-lock==1.4.0
conda activate base

2. Setting Chipyard

./build-setup.sh -s 6 -s 7 -s 8 -s 9

Running WorldGuard on the Chipyard

Please refer to WorldGuard's README