Skip to content

Commit cf1eb1d

Browse files
committed
update readme
1 parent 8acdafe commit cf1eb1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ your option selection, press `c` to configure again, and if no errors are detect
4343
exit to the command line by pressing `g`. Now that the build system has been generated, run `make && make install` to compile
4444
and install the software.
4545

46-
A full description of the configurable options can be found at the end of this document.
46+
A full description of the [configurable options](#configurable-build-options) can be found at the end of this document.
4747

4848
## Dependencies/pre-requisites:
4949

@@ -94,7 +94,7 @@ everything else is optional and can be toggled with a `cmake` option, as follows
9494

9595
| Dependency | Required? | cmake option (default) | Purpose |
9696
|---|---|---|---|
97-
| C++ compiler + bundled externs | required | | the core has no external library requirement |
97+
| C++ compiler + bundled externs | required | N/A | the core has no external library requirement |
9898
| FFTW3 | optional (recommended) | `HOPS_USE_FFTW3` (ON) | accelerated FFTs; internal fallback used if OFF |
9999
| Python 3 + dev headers | optional | `HOPS_USE_PYBIND11` (ON) | Python bindings and user plugins |
100100
| gnuplot | optional (recommended) | `HOPS_USE_MATPLOTPP` (ON) | fast C++ fringe plotting; needs a C++17 capable compiler, auto-disabled if absent |

0 commit comments

Comments
 (0)