How to install Doxygen GUI on Ubuntu?

Viewed 45918

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

5 Answers

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 .

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

(tested it in ubuntu 9.04)

Related