Hi Kohei, On Tue, Oct 03, 2023 at 06:05:25PM -0400, Kohei Yoshida <kohei@xxxxxxxxxxxxxxx> wrote: > Thanks for the info. This is very helpful. Does that mean we can consider > cmake to be always available during the build, or is it still considered > optional? IIRC doxygen is an optional build component. So, in theory one > can still build libreoffice without cmake by disabling doxygen? > > configure doesn't (seem to) check for the availability of cmake executable. Yes, you're right, doxygen (and thus cmake) is currently optional. I assume (but this may not be true) that nowadays most people either know how to install doxygen/cmake/other build-time dependencies or just use lode.git, which already installs cmake for you. So it may not be too painful to start hard-depending on cmake, apart from adding a configure check. Regards, Miklos