added readme

This commit is contained in:
phanes
2024-02-11 19:55:17 -05:00
parent 9d9010d770
commit dc14cb07ca
6 changed files with 19 additions and 6 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Dyad
An automation of the creation of a Linux sysroot closely aligned to the LFS documentation.
## Pre-Work
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
```