Go to file
Kienan Stewart 6ba5a056a1 Add Makefile to simply building 2023-06-26 20:29:09 -04:00
Cameo-mod@094fcfdfab Initial commit 2022-01-02 10:08:16 -05: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