srctree

Robin Linden parent 326e6c62 e2b6e3a1
Update README

  • * Fix capitalization of GCC.
  • * Update compiler support with Clang 10.
  • * Update instructions to not point to targets that don't exist.
inlinesplit
README.md added: 4, removed: 4, total 0
@@ -6,8 +6,8 @@
 
#### Compiler
 
Right now gcc 10 and MSVC are tested against. The project makes use of C++20
features, so a reasonably recent compiler is required.
Right now GCC 10, Clang 10, and MSVC are tested against. The project makes use
of C++20 features, so a reasonably recent compiler is required.
 
#### Build system
 
@@ -35,7 +35,7 @@ The following assumes that you either have Bazel or Bazelisk under the name
 
#### Building a single target
 
`bazel build //parser`
`bazel build //html`
 
#### Running all tests