Add Gentoo to README

This commit is contained in:
Alice Ferrazzi 2017-12-03 23:39:28 +09:00
parent 6d1425e132
commit 4c5049f7e0

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