![]() |
latest release v1.7.6.1 - last page update Sat Dec 10 2011 |
Doxygen Download PageThis page always contains a link to the lastest version of doxygen. Be notified of new releases
The doxygen mailing listsSourceforge hosts a number of mailing lists to which you can subscribe for doxygen related discussion (the form above is an interface for subscribing to the announcement list).
Doxygen SVN repositoryThe subversion repository for doxygen is hosted on sourceforge. In this repository you can be find the lastest "bleeding edge" version of doxygen. If you have subversion installed, you should do the following to get the initial copy of the repository: svn co https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk doxygen-svn cd doxygen-svnAfter that you can use ./configure makeTo force a fresh release after an earlier check-out do: make distclean svn update ./configure makefrom the doxygen directory to update your working copy.
After the binaries have been built, you can use
make installto install them. Public access to the SVN repository is read-only at the moment. So it is not possible to commit changes, but you can send me patches (use diff -u) if you think they should end up in the mainline, and I'll review and include them. There is also a web frontend for the repository. SVN tarballWindows binaries for the latest tagged unofficial releases are available as well.Doxygen source and binary releasesLatest release
The latest version of doxygen is 1.7.6.1 (release date December 10th 2011).
The source distribution
A binary distribution for Linux x86-64
doxygen-1.7.6.1.linux.bin.tar.gz (4.7MB)
( ftp
| http
)
Compiled using Ubuntu 10.10 with kernel 2.6.35 and gcc-4.4.5. This archive includes the HTML version of the manual, but not the GUI frontend. A 32-bit binary distribution for Windows XP/Vista/7
doxygen-1.7.6.1-setup.exe (9.6MB)
( ftp
| http
)
This is a self-installing archive including the HTML and compressed HTML versions of the manual and the GUI frontend. If you are allergic to installers and GUIs, haven't sufficient bandwidth, or don't have administrator priviledges you can also download the binaries in a zip (2.8MB) ( ftp | http ) A universal binary distribution for Mac OS X 10.6 (Snow Leopard)
Doxygen-1.7.6.1.dmg (34.0MB)
( ftp
| http
)
This is a self-contained disk image, which contains the GUI frontend. All binaries are universal and also work on Leopard (10.5). A universal binary distribution for Mac OS X 10.4 (Tiger)
Doxygen-1.5.7-tiger.dmg (19.9MB)
( ftp
| http
)
This is a self-contained disk image, which contains the GUI frontend. All binaries are universal. Alternatively you can download the files from SourceForge. See the change log to find out what has changed. If you want to be informed about new releases fill in your email address in the form at the top of this page.
The documentation for release 1.7.6.1
Older releasesOlder releases of doxygen can be found at ftp://ftp.stack.nl/pub/users/dimitri/ and http://doxygen.sourceforge.net/dl/. Helpers tools & ScriptsI've made a separate page with helper tools and scripts, which you may find useful.Other platformsDave Chapeskie maintains the FreeBSD port of doxygen. It is included in the FreeBSD Ports system.Steve Christensen has placed pre-built packages for SPARC/Solaris 2.5-10 and x86/Solaris 8-10 on his Sun freeware website. SGI has a binary for the IRIX/mips version of doxygen on its freeware page Arnaud Bercegeay has ported doxygen to the Atari platform. Looking for RPM's?To build your own package from the distribution tarball or from a Subversion checkout do:
./configure
make rpm
or, to add doxywizard as a sub-package:
./configure --with-doxywizard
make rpm
Most RPM based distributions have doxygen bundled. Examples are SuSE and Fedora and Note: I have not tested any of the RPMs myself. Looking for the DEB? (Debian package)Users of Debian or Ubuntu should use apt-get or dselect to install the package. The web based info for the package can be seen here. Note: I have not tested the debian package myself. PortabilityDoxygen should also compile on most other Unix platforms. If you have a ported doxygen to a platform not listed above, please let me know if/what you had to change.If anyone wants to contribute a binary for another platform or packaging method, I would be happy to include (a link to) it here.
SourceforgeSome of the links on this page point to files hosted byFor more information about doxygen, you can go to the online documentation. |
|