docs/Homebrew-on-Linux: Fedora 30 needs libxcrypt-compat

portable-ruby requires the library libcrypt.so.1.
On Fedora 30, that file is provided by libxcrypt-compat.
This commit is contained in:
Shaun Jackman 2019-05-13 12:38:52 -07:00
parent 1226a82067
commit 4cc4612db9

View File

@ -63,7 +63,9 @@ sudo apt-get install build-essential curl file git
### Fedora, CentOS, or Red Hat
```sh
sudo yum groupinstall 'Development Tools' && sudo yum install curl file git
sudo yum groupinstall 'Development Tools'
sudo yum install curl file git
sudo yum install libxcrypt-compat # needed by Fedora 30 and up
```
### ARM