There are two options. You can either install the requirements onto your local machine or use the containerized version included in this repository.
If you use the containerized version then all you need to have installed is Podman or Docker. The included scripts assume Podman, but you can adapt them to docker easily by swapping out the podman command for docker.
Setup the container
bash Scripts/setup.shBuilds the solution, placing each assembly into the appropriate versioned folder
bash Scripts/build.shCopies files from this repo into the folder defined in the RIMWORLD_MOD_PATH environment variable set in .env.
bash Scripts/deploy.sh