From 8b7d57d92d020f8c568931b3a5c8046cb0ab5c74 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 16 Jul 2025 20:19:43 +0200 Subject: [PATCH] Link new article --- content/contributing/building-exectos.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/contributing/building-exectos.md b/content/contributing/building-exectos.md index dd6c449..2d323d5 100644 --- a/content/contributing/building-exectos.md +++ b/content/contributing/building-exectos.md @@ -2,8 +2,9 @@ title = 'Building ExectOS' date = 2024-06-18T16:37:24+02:00 +++ -To build ExectOS, you must use the XTchain toolchain. Make sure you have already [downloaded](/download) and installed it. -Once the toolchain is installed and the source code is ready, open a terminal and launch the XTchain Build Environment: +ExectOS must be compiled with the XTChain toolchain. Make sure you have already [downloaded](/download) and installed +XTchain and [set up the environment](/contributing/setting-up-xtchain) before proceeding. Once this is done and the +source code is ready, open a terminal and launch the XTChain Build Environment. ``` xtchain ```