sickcodes / osx-serial-generator

Mac Serial Generator - Generate complete sets of Serial Numbers for OSX-KVM, Docker-OSX and of course, OpenCore.
GNU General Public License v3.0
1.57k stars 132 forks source link

Update README.md #17

Closed kerta1n closed 2 years ago

kerta1n commented 2 years ago

Added GCC and UUID-runtime which when previously not added would give make error 127 and uuidgen: command not found errors

sickcodes commented 2 years ago

Thank you @kerta1n! I saw the other distros already contained uuidgen, however it may only be a docker image thing.

Also, I didn't confirm, but gcc should provide build-essential anyway. This is fine regardless, thank you!

kerta1n commented 2 years ago

Thank you @kerta1n! I saw the other distros already contained uuidgen, however it may only be a docker image thing.

Also, I didn't confirm, but gcc should provide build-essential anyway. This is fine regardless, thank you!

Glad to help! I know that this was an error that occured on my Debian 11 system, and IIRC the Debian organization removed non essential packages when upgrading from buster to bullseye. Hope this might fix some errors for anyone having that issue though

kerta1n commented 2 years ago

Thank you @kerta1n! I saw the other distros already contained uuidgen, however it may only be a docker image thing.

Also, I didn't confirm, but gcc should provide build-essential anyway. This is fine regardless, thank you!

Glad to help! I know that this was an error that occured on my Debian 11 system, and IIRC the Debian organization removed non essential packages when upgrading from buster to bullseye. Hope this might fix some errors for anyone having that issue though