Add ccache mention in docs (#1055)

This commit is contained in:
Sergey Kuznetsov
2023-12-18 16:43:15 +00:00
committed by GitHub
parent b1dc2775fb
commit 431b5f5ab8
2 changed files with 6 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ It is written in C++20 and therefore requires a modern compiler.
- [Conan 1.55](https://conan.io/downloads.html)
- [CMake 3.16](https://cmake.org/download/)
- [**Optional**] [GCovr](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) (needed for code coverage generation)
- [**Optional**] [CCache](https://ccache.dev/) (speeds up compilation if you are going to compile Clio often)
| Compiler | Version |
|-------------|---------|