Skip to content

Commit

Permalink
Update requirements in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Apr 18, 2024
1 parent eabd559 commit db40173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This is the aq-nwb project.
# Requirements
* A C++17-compliant compiler
* CMake `>= 3.15`
* HDF5
* Boost
* Doxygen (optional, documentation building is skipped if missing)


Expand Down Expand Up @@ -57,4 +59,4 @@ cmake --build --preset=dev --target=<name of the target>
- `docs` : builds to documentation using Doxygen.
- `format-check` and `format-fix`: run the clang-format tool on the codebase to check errors and to fix them respectively.
- `run-exe`: runs the executable target `aq-nwb_exe`.
- `spell-check` and `spell-fix`: run the codespell tool on the codebase to check errors and to fix them respectively.
- `spell-check` and `spell-fix`: run the codespell tool on the codebase to check errors and to fix them respectively.

0 comments on commit db40173

Please sign in to comment.