mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
Add ccache mention in docs (#1055)
This commit is contained in:
@@ -62,6 +62,11 @@ git commit --amend -S
|
|||||||
git push --force
|
git push --force
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Use ccache (optional)
|
||||||
|
Clio uses ccache to speed up compilation. If you want to use it, please make sure it is installed on your machine.
|
||||||
|
CMake will automatically detect it and use it if it's available.
|
||||||
|
|
||||||
|
|
||||||
## Fixing issues found during code review
|
## Fixing issues found during code review
|
||||||
While your code is in review, it's possible that some changes will be requested by reviewer(s).
|
While your code is in review, it's possible that some changes will be requested by reviewer(s).
|
||||||
This section describes the process of adding your fixes.
|
This section describes the process of adding your fixes.
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ It is written in C++20 and therefore requires a modern compiler.
|
|||||||
- [Conan 1.55](https://conan.io/downloads.html)
|
- [Conan 1.55](https://conan.io/downloads.html)
|
||||||
- [CMake 3.16](https://cmake.org/download/)
|
- [CMake 3.16](https://cmake.org/download/)
|
||||||
- [**Optional**] [GCovr](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) (needed for code coverage generation)
|
- [**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 |
|
| Compiler | Version |
|
||||||
|-------------|---------|
|
|-------------|---------|
|
||||||
|
|||||||
Reference in New Issue
Block a user