readme update

This commit is contained in:
robin
2024-04-18 14:44:48 +02:00
parent 4c2dfa8e2b
commit ce91a9384d
3 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ interactive-track-and-trace/
```
## Compiling
Makes use of `mdspan` which is not supported by GCC libstdc++ at time of writing. See [compiler support](https://en.cppreference.com/w/cpp/compiler_support/23) for `mdspan`.
Let the current directory be the `src` directory. Run:
```shell
mkdir build
@@ -19,3 +18,7 @@ cd build
cmake ..
make
```
### Building with Linux
Makes use of `mdspan` which is not supported by GCC libstdc++ at time of writing. See [compiler support](https://en.cppreference.com/w/cpp/compiler_support/23) for `mdspan`. Probably you will need to install Clang libc++.