Skip to content

Commit 8e76791

Browse files
committed
Build with the right version of doxybook2
1 parent 7e9f488 commit 8e76791

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN git clone --depth=1 https://github.com/pantor/inja
1515
RUN cd inja && cmake . -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=OFF && make install
1616

1717
RUN git clone --depth=1 https://github.com/matusnovak/doxybook2
18+
# Checkout to working version of doxybook2
19+
RUN cd doxybook2 && git checkout 187dc2991dabe65f808263
1820
RUN cd doxybook2 && cmake . && make install
1921
# Copy the source files into Docker, this and any subsequent steps won't be cached
2022
WORKDIR /src/wolfssl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are not building using the Docker build system above you can build using
3535
sudo apt install pandoc texlive-full mkdocs doxygen
3636
```
3737

38-
You also need Doxybook2 installed which can be found at: <https://github.com/matusnovak/doxybook2>. Unfortunately there is no package for this. Installation instructions can be found at: <https://github.com/matusnovak/doxybook2#Install>
38+
You also need Doxybook2 installed which can be found at: <https://github.com/matusnovak/doxybook2>. Unfortunately there is no package for this. Installation instructions can be found at: <https://github.com/matusnovak/doxybook2#Install>. You'll likely have to checkout to this commit `1e5f8f0879aa1e908ccce250`.
3939

4040
If Doxybook2 is installed in a non-stardard path you can use the environment variable `DOXYBOOK_PATH` to set it.
4141

0 commit comments

Comments
 (0)