From b15a9d0fcc7d1b8f501dba9dd1c087681c54bc06 Mon Sep 17 00:00:00 2001 From: phanes Date: Sun, 11 Feb 2024 20:10:18 -0500 Subject: [PATCH] added readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef93f8f..7e96594 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ An automation of the creation of a Linux sysroot closely aligned to the LFS documentation. -## Pre-Work +## System Requirements Dyad is developed on a a vanilla Fedora 39 system. In order to meet prerequisites to start the build, you will need to install the following packages: ``` dnf -y install make vim cmake g++ dialog ``` + +After you've installed these, just run `make` and a new sysroot will start compilation.