Commit 6a9a9562 authored by Xavier Thompson's avatar Xavier Thompson

README.md: Improve compilation instructions

parent 7812d2de
......@@ -96,9 +96,10 @@ See `rt/examples`.
`typon/rt` is a headers-only library, so no preliminary build step is required.
Programs only need to include `rt/include/typon/typon.hpp`.
Compiling requires `gcc++-11` or `clang++-14` or more recent.
Compiling requires a compiler supporting C++20, such as `gcc++-11` or
`clang++-14` or more recent.
See `rt/examples` for hints.
See `rt/examples` for compilation flags.
### References
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment