Skip to content
Snippets Groups Projects
Verified Commit c6b02f51 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Installation troubleshooting into README.md

parent c0aabc21
No related branches found
No related tags found
No related merge requests found
Pipeline #41735 passed
......@@ -25,6 +25,11 @@ Create a local conan package from the caosdb-cpplib repository
path to the pem file in the `CAOSDB_SERVER_CERT` environment variable.
7. Run with `ctest` in the build directory.
### Troubleshooting ###
- If you don't have `clang-tidy` installed, you can run the first `cmake` command with
`LINTING=OFF`: `cmake -D LINTING=OFF -B . ..`
## Formatting, style, linting ##
`make format`
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