Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Doxygen GUI on Ubuntu?

I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?

like image 607
Pieter Avatar asked Jan 17 '10 18:01

Pieter


People also ask

What is doxygen Ubuntu?

Doxygen is the de facto regular tool for generating documentation from annotated C++ sources, however, it additionally supports different wellknown programming languages akin to C, objective-C, C#, Hypertext Preprocessor, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL and Tcl.

Where is doxygen installed?

Binaries are installed into the directory /usr/local/bin , man pages in /usr/local/man/man1 and documentation in /usr/local/doc/doxygen To change this just edit the Makefile.


2 Answers

In Debian the package is called doxygen-gui. It must be the same in Ubuntu, so try sudo apt-get install doxygen-gui.

Edit : apparently, doxygen-gui doesn't exist in Karmic. Try any other repo ? http://packages.ubuntu.com/search?keywords=doxygen-gui

like image 164
Pikrass Avatar answered Sep 21 '22 06:09

Pikrass


I installed the older package from Jaunty on Karmic. I believe it was from this link: http://packages.ubuntu.com/en/jaunty/doxygen-gui YMMV.

like image 34
joe Avatar answered Sep 21 '22 06:09

joe