Project: Doodle bootstrap script to fully release a build on a new Unix-like system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
669 B

4 years ago
# Project: Doodle Full Setup
This repo provides a Python script, `full-setup.py` which will initialize and
release a build of Project: Doodle on your current Unix-like system
(Fedora, Debian, and macOS-like targets).
On macOS ensure you have installed homebrew first: https://brew.sh
The script automates the full process of cloning down all the repos, putting
release assets in place (fonts, doodads, levels, sounds) and building a release
tarball for your current system.
This is especially useful for systems not targeted by the Docker image, such
as macOS and Linux on ARM (Pinephone).
## See Also
* [doodle-docker](https://git.kirsle.net/apps/doodle-docker)