mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2025-01-29 17:08:25 +00:00
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:
parent
7a56669ec4
commit
6960bb9d67
|
@ -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>
|
||||
```
|
||||
|
||||
-----------------
|
||||
-----------------
|
||||
|
|
Loading…
Reference in a new issue