| commit | 717b6387c063ac985d2081e70f0c71db98001385 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Jul 22 20:41:45 2025 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Wed Jul 23 10:26:40 2025 +0000 |
| tree | 405c82ce85fab16fe903060ca82fe24071b2849a | |
| parent | 4e3e971b53637407d67df93c8944dec288746b13 [diff] |
README: adjust env requirements for sandbox-less builds Since we can now build without sandboxroot, we no longer need user namespaces to build. Also add git and python3 to the requirements list, but these are not new, they were already required before but just not documented. Change-Id: I516ecfa601587295a61f7a6c5464ff8b3018a99e Reviewed-on: https://review.monogon.dev/c/monogon/+/4456 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
git to check out modules.python3 to generate the workspace status to stamp./dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.