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.
Noah Petherbridge 1722579d17 Initial commit 3 years ago
README.md Initial commit 3 years ago
full-setup.py Initial commit 3 years ago

README.md

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