Merge pull request #122 from PartialVolume/update_README.md_with_dmidecode

Add dmidecode as an optional package to README.md
This commit is contained in:
PartialVolume
2019-11-09 21:10:14 +00:00
committed by GitHub

View File

@@ -27,7 +27,8 @@ sudo apt install \
automake \
libncurses5-dev \
autotools-dev \
libparted-dev
libparted-dev \
dmidecode
```
### Fedora prerequisites
@@ -39,7 +40,9 @@ dnf groupinstall "Development Tools"
dnf groupinstall "C Development Tools and Libraries"
yum install ncurses-devel
yum install parted-devel
yum install dmidecode
```
Note. dmidecode is optional, it provides SMBIOS/DMI host data to stdout or the log file.
### Compilation