Pieter
Pieter

Reputation: 32805

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?

Upvotes: 21

Views: 51430

Answers (5)

apt-file search doxywizard

is a good way to answer this type of question, and leads directly to doxygen-gui.

Upvotes: 5

ruwan.jayaweera
ruwan.jayaweera

Reputation: 1206

if you use eclipse there is a plugin called eclox which would do the trick.

(tested it in ubuntu 9.04)

Upvotes: 0

joe
joe

Reputation: 31

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.

Upvotes: 2

imme
imme

Reputation: 645

Yes, and from what I've read it will become available again in Ubuntu Lucid Lynx , 10.04 (see: https://launchpad.net/ubuntu/+source/doxygen/1.6.2-0ubuntu1 )

Downloaded .deb-file from : https:// launchpad.net/ubuntu/lucid/i386/doxygen-gui/1.6.2-1 But that needs some libqt4-xml version higher then the jaunty jackalope 9.10 repository .

Guess we'll have to wait a bit .

Upvotes: 1

Pik'
Pik'

Reputation: 7097

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

Upvotes: 57

Related Questions