Merge pull request #772 from aliceinwire/Readme_add_Gentoo

Add Gentoo to README
This commit is contained in:
Joe Lawrence 2017-12-05 09:29:00 -05:00 committed by GitHub
commit f4c0f3209e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,6 +270,28 @@ Configure ccache (installed by kpatch package):
ccache --max-size=5G
#### Gentoo
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in
`~/.kpatch` and for ccache.*
Install Kpatch and Kpatch dependencies:
```bash
emerge --ask sys-kernel/kpatch
```
Install ccache (optional):
```bash
emerge --ask dev-util/ccache
```
Configure ccache:
```bash
ccache --max-size=5G
```
### Build