Migrated to aur4: https://aur4.archlinux.org/packages/doxygen-git/
Search Criteria
Package Details: doxygen-git Release_1_8_8.145.gc6e4122-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-07-22)
| Package Base: | doxygen-git |
|---|---|
| Description: | A documentation system for C++, C, Java, IDL and PHP - git version |
| Upstream URL: | http://www.doxygen.org |
| Category: | devel |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Replaces: | |
| Submitter: | haffmans |
| Maintainer: | None |
| Last Packager: | haffmans |
| Votes: | 1 |
| First Submitted: | 2013-09-22 21:30 |
| Last Updated: | 2014-11-19 21:38 |
Latest Comments
Comment by haffmans
Comment by Mikaye
Doxygen now uses CMake instead of configure script.
You should also port this package to aur4.
Comment by haffmans
Thanks hl037; I've updated the PKGBUILD accordingly
Comment by hl037
./configure fails,
replace
./configure --prefix /usr --with-doxywizard
# Use python2 where necessary for doxywizard, instead of python (which is python3)
sed -i 's/^\(.*\)\.commands = python /\1.commands = python2 /' addon/doxywizard/doxywizard.pro
by
./configure --prefix /usr --with-doxywizard --python python2
in PKGBUILD to make it works more properly.