Skip to content

Commit

Permalink
Update README.md for adding ccache to yum command
Browse files Browse the repository at this point in the history
  • Loading branch information
liyafe1997 committed Aug 13, 2024
1 parent 57db119 commit a866c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit a866c9f

@Lingchen218
Copy link

@Lingchen218 Lingchen218 commented on a866c9f Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The warehouse has no issues opened, how can I ask questions?(仓库没有开启issue,如何提问?)
settings>General>Features>Issues

Please sign in to comment.