UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: 5a53a1c3d36df0b0d19aa59af91345617cecf65c
doxygen
The Doxygen package contains a documentation system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP, C# and D. It is useful for generating HTML documentation and/or an off-line reference manual from a set of documented source files. There is also support for generating output in RTF, PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. Package info
Codename: doxygen
Source file: doxygen-1.8.14.src.tar.gz
Source file size: 4877980
Source file MD5-checkum: 41d8821133e8d8104280030553e2b42b
Source directory: doxygen-1.8.14
Package URL: https://umvirt.com/linux/downloads/0.1/packages/d/doxygen-1.8.14.src.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/d/doxygen-1.8.14.src.tar.gz.md5sum
Dependances: cmake.
Dependance of: openvdb, v4l-utils.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -v build &&
cd build &&
cmake -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-Wno-dev ..
Build script:
make
Install script:
make install