[Doxygen-users] build doxygen from source without python (OpenBSD system)?
Brought to you by:
dimitri
From: Doug M. <dou...@ya...> - 2024-11-21 13:05:14
|
I am trying to compile doxygen, on a system with OpenBSD amd64 in order to document projects in C. OpenBSD does not have python in the basic build. (It also does not have CMake, but there is a prebuild package for that that is small, with only a handful of additional dependencies.) Is there any way to build/compile doxygen without having python installed? In the doxygen/src directory, I see a handful of .py files. Is there any way that those are not necessary? |