From 35ececbeea5238e9bb56ca83fa7e28bd99efdfb2 Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Tue, 18 Feb 2014 15:56:47 -0600 Subject: [PATCH] ccache README recommendation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 038ef09..2757bba 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Install the dependencies for the "kpatch build" command: sudo yum install rpmdevtools pesign sudo yum-builddep kernel + # optional, but highly recommended + sudo yum install ccache + Compile kpatch: make