We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b2e4a commit 1248c04Copy full SHA for 1248c04
.gitignore
@@ -1,2 +1,3 @@
1
build
2
.vscode
3
+.cache
README.md
@@ -48,6 +48,8 @@ $ ./test/testE57
48
...
49
```
50
51
+See [test/README](test/README.md) for details about testing and the test data.
52
+
53
### Dependencies
54
55
Libraries:
@@ -56,8 +58,8 @@ Libraries:
56
58
57
59
Tools:
60
-- [ccache](https://ccache.dev/) (optional): speed up rebuilds using caching
61
- [clang-format](https://clang.llvm.org/docs/ClangFormat.html): for code formatting
62
+- (optional) [ccache](https://ccache.dev/): speed up rebuilds using caching
63
64
#### Installing On Linux (Ubuntu)
65
0 commit comments