From a866c9f4eed0f67c925e3301f4e0d324c253d917 Mon Sep 17 00:00:00 2001 From: Yanfeng Lee Date: Tue, 13 Aug 2024 16:30:54 +0000 Subject: [PATCH] Update README.md for adding ccache to yum command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 677c4f30ced0..0390c3dddbaf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ And, `dtb` is not flashed by default. (`dtb` is already in the zip). If you enco In RHEL/RPM based OS, you can ``` sudo yum groupinstall 'Development Tools' - sudo yum install wget bc openssl-devel + sudo yum install wget bc openssl-devel ccache ``` Notice: `ccache` is enabled in `build.sh` for speed up the compiling. `CCACHE_DIR` has been set as `$HOME/.cache/ccache_mikernel` in `build.sh`. If you don't like you can remove or modify it.