From c5d19999600772a5bfc9c6deccc4a01ca099e7f5 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 30 Apr 2023 07:26:04 +0000 Subject: [PATCH] Add build system documentation section. --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55e596e..d87e9c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,12 @@ For those who want to contribute to the Redox GUI, our GUI strategy has recently - [Missing POSIX APIs in relibc](https://gitlab.redox-os.org/redox-os/relibc/-/issues/173) - high-priority - [Recipes with old config format](https://gitlab.redox-os.org/redox-os/cookbook/-/issues/174) - medium-priority +## Build System + +You can find the Redox build system organization and commands on this page: + +- [Build System Quick Reference](https://doc.redox-os.org/book/ch08-06-build-system-reference.html) + ## Best Practices and Guidelines - [Best Practices](https://doc.redox-os.org/book/ch11-00-best-practices.html)