Update README.md

Added GCC and UUID-runtime which when previously not added would give make error 127 and uuidgen: command not found errors
This commit is contained in:
kerta1n 2021-09-12 17:35:59 -04:00 committed by GitHub
parent 7a56669ec4
commit 6960bb9d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,14 +65,14 @@ Used at runtime in [Docker-OSX](https://github.com/sickcodes/Docker-OSX).
```bash
# Ubuntu, Debian, Pop
sudo apt update -y
sudo apt install libguestfs-tools build-essential wget git linux-generic sudo -y
sudo apt install libguestfs-tools build-essential wget git linux-generic gcc uuid-runtime sudo -y
# Fedora, RHEL, CentOS
sudo yum install libguestfs libguestfs-tools wget git kernel-devel sudo -y
sudo yum install libguestfs libguestfs-tools wget git kernel-devel gcc uuidd sudo -y
sudo yum groupinstall 'Development Tools' -y
# Arch, Manjaro
sudo pacman -Sy libguestfs wget git base-devel linux sudo
sudo pacman -Sy libguestfs wget git base-devel linux gcc uuidd sudo
```
@ -546,4 +546,4 @@ Ignored:
<key>PointerSpeedDiv</key>
```
-----------------
-----------------