Dyad/README.md

14 lines
415 B
Markdown
Raw Normal View History

2024-02-12 00:55:17 +00:00
# Dyad
An automation of the creation of a Linux sysroot closely aligned to the LFS documentation.
2024-02-12 01:10:18 +00:00
## System Requirements
2024-02-12 00:55:17 +00:00
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
```
2024-02-12 01:10:18 +00:00
After you've installed these, just run `make` and a new sysroot will start compilation.