readme update
This commit is contained in:
@@ -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++.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user