readme: get ccache from EPEL for RHEL 7

This commit is contained in:
Josh Poimboeuf 2014-09-29 21:32:12 -05:00
parent 2203cf5b7d
commit bd2b499509

View File

@ -74,7 +74,7 @@ sudo yum-builddep kernel
sudo debuginfo-install kernel
# optional, but highly recommended
sudo yum install ccache
sudo yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/c/ccache-3.1.9-3.el7.x86_64.rpm
ccache --max-size=5G
```