UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

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 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