Hi Christian,
Yes, autogen.sh finds it.
For me it is
--with-doxygen=c:/BuildLOAdds/Strawberry/c/bin/doxygen.exe
@Hossein: I think, it's worth to mention on the Wiki page.
Kind regards,
Regina
Christian Lohmaier schrieb am 23.10.2024 um 16:14:
HI Regina, *,
On Tue, Oct 22, 2024 at 7:43 PM Regina Henschel <rb.henschel@xxxxxxxxxxx> wrote:
with help of Hossein, I could build LibreOffice as described on
https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows
But the autogen parameters in that instructions contain
--without-doxygen. That means, that I cannot use --enable-odk.
That's just to save a little build time, you can use doxygen with wsl
method as well
It seems I need from somewhere doxygen?
No need, since strawberry-perl already comes with it, so specifying
--wtih-doxygen=E:/path/to/strawberry-perl-portable/c/bin/doxygen.exe
will work.
If you want to use a different version, then you need to use a windows
version of doxygen, not one inside wsl (the initial set of patches
used the linux version, but that later was switched over to use the
windows-side to avoid slow file access across the different realms)
ciao
Christian