cameo-build/README.md

682 B

This project is used to build Cameo using podman / docker.

It could be used to build any OpenRA mod which uses make and package-all.sh.

Checking out the code

git clone https://gitea.burntworld.ca/kienan/cameo-build.git

To get the Cameo source code, clone one of the following repos;

Building container image

make container

Building Cameo

To produce builds with complete packages:

make build

To build the executables only;

make build-dev