More docs

This commit is contained in:
2026-05-10 16:34:54 +10:00
parent a7d55a9d33
commit bb3acc3f4a
22 changed files with 434 additions and 1 deletions

11
src/prebuilt_binaries.md Normal file
View File

@@ -0,0 +1,11 @@
# Prebuilt Binaries
Solstice binaries statically linked with Ground are avaliable from the [Solstice releases page](https://chookspace.com/solstice/solstice/releases). For now, these are only for Linux x86_64, but more options may be avaliable in future.
Download the latest release, copy it into a folder in your path (such as `/usr/local/bin`) and enjoy!
## Producing release binaries
There is a script [on Chookspace](https://chookspace.com/solstice/builder) which builds Solstice and Ground in a container. Use this script for building production releases, and determining whether bugs are setup-specific or affect all people.
Use this script to produce prebuilt binaries for the releases page.