Skip to content
Snippets Groups Projects
Commit 5843c7e1 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed formatting in main-page.md

parent 1ffbbfbd
No related branches found
No related tags found
No related merge requests found
......@@ -213,17 +213,17 @@ In the above, `[list of targets]` should be replaced with a space-separated list
of targets that can be selected from the following list:
- `all`: Special target which includes all other targets.
- `benchmarks`: Compile the 'src/Benchmarks' directory.
- `examples`: Compile the 'src/Examples' directory.
- `tools`: Compile the 'src/Tools' directory.
- `tests`: Compile unit tests in the 'src/UnitTests' directory (except tests for
- `benchmarks`: Compile the `src/Benchmarks` directory.
- `examples`: Compile the `src/Examples` directory.
- `tools`: Compile the `src/Tools` directory.
- `tests`: Compile unit tests in the `src/UnitTests` directory (except tests for
matrix formats, which have a separate target).
- `matrix-tests`: Compile unit tests for matrix formats.
- `python`: Compile the Python bindings.
- `doc`: Generate the documentation.
Additionally, `[options]` can be replaced with a list of `--`-prefixed options
that can be viewed by running `./install --help`.
Additionally, `[options]` can be replaced with a list of options with the `--`
prefix that can be viewed by running `./install --help`.
Note that [CMake](https://cmake.org/) 3.13 or later is required when using the
`install` script.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment