Go to file
Kienan Stewart ab16206913 Stop tracking Cameo-mod as a submodule 2023-06-26 20:31:14 -04:00
.gitignore Add Makefile to simply building 2023-06-26 20:29:09 -04:00
Containerfile Add Makefile to simply building 2023-06-26 20:29:09 -04:00
Makefile Add Makefile to simply building 2023-06-26 20:29:09 -04:00
README.md Add Makefile to simply building 2023-06-26 20:29:09 -04:00

README.md

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