Skip to content

Commit

Permalink
add build docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Graeter committed Feb 11, 2024
1 parent 00acae0 commit 26d7946
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cmake-build-*/
conan-cache/
Testing/
docs/_build/*
docs/_build_doxygen/*

# User spesific settings
CMakeUserPresets.json
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@ Note that caused by a bug in libc++ (as of 2024/02/07) you must set ASAN_OPTIONS
* Ubuntu 22.04: Clang-17
* Ubuntu 22.04: gcc-13
## Build docs
We have experimental ReadTheDocs style docs to build (Doxygen >=1.9.8 is recommended and must be preinstalled)
```bash
pushd docs
pip3 install -r requirements.txt
doxygen Doxyfile.in
make html
popd
```
open `docs/_build/html/index.html` in your browser.

## More Details

* [Dependency Setup](README_dependencies.md)
Expand Down

0 comments on commit 26d7946

Please sign in to comment.