Additionally, there are a few package repositories available.
sudo curl https://git.wntrmute.dev/api/packages/sc/debian/repository.key -o /etc/apt/trusted.gpg.d/shimmering-clarity.asc echo "deb https://git.wntrmute.dev/api/packages/sc/debian ubuntu main dev" | sudo tee -a /etc/apt/sources.list.d/shimmering-clarity.list
Generic packages are also available. See each project's packages page for details.
The Shimmering Clarity development images are available. They are currently built with Podman using the scripts in sc3dev:
git.wntrmute.dev/sc/dev:main
is the
standard development environment.. It is based
on Ubuntu 22.04, and contains all the tooling
needed to build and test Shimmering Clarity
projects. Projects with their own dependency
installers will expect this as the baseline for
building.
git.wntrmute.dev/sc/dev:alpine
offers a smaller image for development, and to
test building on Alpine 3.18. It is currently
the preferred image for CI, unless an external
tool requires the use of glibc.
git.wntrmute.dev/sc/dev:debian
offers a baseline Debian image to verify
building on Debian. It is based on Debian 12.2.
git.wntrmute.dev/sc/dev:fedora
allows validating builds on Fedora, though why
anyone would actually want that escapes me. It
is based on Fedora 38.