Skip to content

Commit

Permalink
Merge pull request #166 from timokoch/patch-1
Browse files Browse the repository at this point in the history
[readme] Fix typo in installation instructions
  • Loading branch information
yixuan committed Jul 27, 2024
2 parents 3af5641 + 43679de commit 5d77867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ An optional CMake installation is supported, if you have CMake with at least v3.
```bash
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX='intended installation directory' -DCMAKE_PREFIX_PATH='path where the installation of Eigen3 can be found' -DBUILD_TESTS=TRUE
make all && make tests && make install
make all && make test && make install
```

By installing **Spectra** in this way, you also create a CMake target `Spectra::Spectra` that can be used in subsequent build procedures for other programs.
Expand Down

0 comments on commit 5d77867

Please sign in to comment.